Skip to content

Commit

Permalink
doc / build vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 1, 2024
1 parent f67ed86 commit 898b93a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs_src/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ cd hello_imgui
# Clone vcpkg -& bootstrap
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
export VCPKG_ROOT=$(pwd)/vcpkg # You *need* to set this environment variable
# to tell cmake where to find vcpkg
# Install dependencies required by hello_imgui
# (they will be read from the vcpkg.json file)
Expand All @@ -97,6 +99,8 @@ cd hello_imgui
# Clone vcpkg -& bootstrap
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
export VCPKG_ROOT=$(pwd)/vcpkg # You *need* to set this environment variable
# to tell cmake where to find vcpkg
# Use the CMake preset "build_vcpkg_default"
# This will grab all dependencies from vcpkg,
Expand Down

0 comments on commit 898b93a

Please sign in to comment.