Skip to content

Commit

Permalink
fix correct Boost compilation flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 authored Dec 24, 2024
1 parent 13943d9 commit 8c4fc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing-solidity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ And for Windows:
cmake -G "Visual Studio 16 2019" ..
In case you want to use the version of boost installed by ``scripts\install_deps.ps1``, you will
additionally need to pass ``-DBoost_DIR="deps\boost\lib\cmake\Boost-*"`` and ``-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded``
additionally need to pass ``-DBoost_ROOT="deps/boost" -DBoost_INCLUDE_DIR="deps/boost/include"`` and ``-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded``
as arguments to the call to ``cmake``.

This should result in the creation of **solidity.sln** in that build directory.
Expand Down

0 comments on commit 8c4fc70

Please sign in to comment.