From 2edbee9afe00977ab92ced264b7f8f64cd8e9679 Mon Sep 17 00:00:00 2001 From: Marty <85036874+MatusGuy@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:49:19 +0100 Subject: [PATCH] AAAAAAA --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index cb1f9524c5..2470c39036 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -261,7 +261,7 @@ Once dependencies are installed: 3. Open a console window and navigate to the `build` directory. -5. Run `cmake .. -A Win32 -DCMAKE_BUILD_TYPE=Release -DVCPKG_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=C:/PATH/TO/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x86-windows`. +5. Run `cmake .. -DCMAKE_BUILD_TYPE=Release -DVCPKG_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=C:/PATH/TO/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows`. **Make sure to change the path to vcpkg to the actual path to vcpkg on your system!**