Skip to content

Commit

Permalink
Update docs / 2024-02-01 / 20:59:38
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 1, 2024
1 parent 8122cab commit e0e59ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/book/_sources/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
4 changes: 4 additions & 0 deletions docs/book/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ <h3>Manually<a class="headerlink" href="#manually" title="Link to this heading">
<span class="c1"># Clone vcpkg -&amp; bootstrap</span>
git<span class="w"> </span>clone<span class="w"> </span>https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
<span class="nb">export</span><span class="w"> </span><span class="nv">VCPKG_ROOT</span><span class="o">=</span><span class="k">$(</span><span class="nb">pwd</span><span class="k">)</span>/vcpkg<span class="w"> </span><span class="c1"># You *need* to set this environment variable</span>
<span class="w"> </span><span class="c1"># to tell cmake where to find vcpkg</span>

<span class="c1"># Install dependencies required by hello_imgui</span>
<span class="c1"># (they will be read from the vcpkg.json file)</span>
Expand All @@ -584,6 +586,8 @@ <h3>Using CMake Presets:<a class="headerlink" href="#using-cmake-presets" title=
<span class="c1"># Clone vcpkg -&amp; bootstrap</span>
git<span class="w"> </span>clone<span class="w"> </span>https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
<span class="nb">export</span><span class="w"> </span><span class="nv">VCPKG_ROOT</span><span class="o">=</span><span class="k">$(</span><span class="nb">pwd</span><span class="k">)</span>/vcpkg<span class="w"> </span><span class="c1"># You *need* to set this environment variable</span>
<span class="w"> </span><span class="c1"># to tell cmake where to find vcpkg</span>

<span class="c1"># Use the CMake preset &quot;build_vcpkg_default&quot; </span>
<span class="c1"># This will grab all dependencies from vcpkg, </span>
Expand Down
Loading

0 comments on commit e0e59ab

Please sign in to comment.