From 5246e9cd81cf4fbbf4860848f85381b05219ce85 Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:22:01 -0600 Subject: [PATCH] Update doc/compiling/windows.md --- doc/compiling/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/compiling/windows.md b/doc/compiling/windows.md index 465dbe0d6..a2b8bef74 100644 --- a/doc/compiling/windows.md +++ b/doc/compiling/windows.md @@ -9,7 +9,7 @@ ## Compiling and installing the dependencies -It is highly recommended to use vcpkg as package manager, installed in a location without spaces in the path for compatibility with CMake. +It is highly recommended to use vcpkg to manage dependencies, installed at a path without spaces in it for compatibility with the Luanti build configuration. ``` "C:\Program Filesvcpkg\vcpkg.exe" # bad, may have issues with CMake