From 8fe4e36d7accc104ca94c7f4faa8ac5c0c84297b Mon Sep 17 00:00:00 2001 From: Mike Nisbet Date: Tue, 4 Feb 2025 11:43:30 +0000 Subject: [PATCH] doc: update winget sources Part-of: --- doc/winbuild.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/winbuild.md b/doc/winbuild.md index bcbb556d4..351144641 100644 --- a/doc/winbuild.md +++ b/doc/winbuild.md @@ -30,13 +30,13 @@ comfortable with. (Scoop commands may require adding the "extras" bucket.) `C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe` which gets added to your PATH in a Visual Studio command prompt/PowerShell. - Python 3.x - - `winget install Python.Python.3` + - `winget install Python.Python.3.x` (replace x with the latest Python version). - `scoop install python` - Vulkan SDK - `winget install KhronosGroup.VulkanSDK` - `scoop install vulkan` - Ninja (build tool, recommended but not strictly required) - - Not available from winget + - `winget install Ninja-build.Ninja` - `scoop install ninja` - Recently, bundled with Visual Studio in a path like `C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja\ninja.exe` -- 2.51.2