From e2c1aafedb2541731262e0d86d7c8c65350e82eb Mon Sep 17 00:00:00 2001 From: nora Date: Tue, 9 Feb 2021 10:33:38 +0200 Subject: [PATCH] Fix typo in Windows -DBoost_DIR specification --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 6953a9248..f184ae529 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -477,7 +477,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_DIR="deps\boost\lib\cmake\Boost-*"`` 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.