From 6572d21fca2e496a6efa24437ce3ef61437eee5a Mon Sep 17 00:00:00 2001 From: O1LER <44237025+O1LER@users.noreply.github.com> Date: Sat, 5 Apr 2025 11:35:21 +0200 Subject: [PATCH] Add vcpkg_root --- docs/en/game/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index e17e871f..425135e5 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -50,7 +50,7 @@ In the root directory of the project, 1. ```cmake -cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux +cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux ``` 2.