From c56db0f069e2a0c4b1051e77c5d816092815b4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Sun, 2 Aug 2026 12:04:41 +0200 Subject: [PATCH] Added winget install instructions to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 037eaec..91ffd4a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ To build the engine and its vendored dependencies, install the following tools o |-----------------------------|----------------------------------------------|---------------------------------------| | Visual Studio 2022 | MSVC toolchain, MSBuild, vswhere | Installer — with the *Desktop development with C++* workload | | .NET SDK 10 | Builds the `bin/BuildTool` C# orchestrator, also required for scripting | https://dotnet.microsoft.com/download | -| CMake | Builds `GlitchyEngineHelper` and some vendor libs | `scoop install cmake` | +| CMake | Builds `GlitchyEngineHelper` and some vendor libs | `scoop install cmake` or `winget install cmake` | | [Python 3](https://www.python.org/) + pip | Required by Meson and some vendor build scripts | `winget install Python.Python.3.13` (or use [uv](https://github.com/astral-sh/uv)) | | [Meson](https://mesonbuild.com/) | Configures Freetype, Harfbuzz, Fribidi builds | `uv tool install meson` *or* `pip install --user meson` | -| [Ninja](https://ninja-build.org/) | Backend build system used by Meson | `scoop install ninja` | +| [Ninja](https://ninja-build.org/) | Backend build system used by Meson | `scoop install ninja` or `winget install Ninja-build.Ninja` | | [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) | Resolves library metadata during Meson builds | `scoop install pkg-config` | | Beef compiler (`beefbuild`) | Compiles the Beef workspace | https://www.beeflang.org/ |