We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5f4ab commit 4f5adf4Copy full SHA for 4f5adf4
docs/installing-solidity.rst
@@ -505,7 +505,7 @@ And for Windows:
505
cmake -G "Visual Studio 16 2019" ..
506
507
In case you want to use the version of boost installed by ``scripts\install_deps.ps1``, you will
508
-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``
509
as arguments to the call to ``cmake``.
510
511
This should result in the creation of **solidity.sln** in that build directory.
0 commit comments