mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix a tiny typo in building-on-windows documentation
This commit is contained in:
parent
591f04e41c
commit
184d3f3bfd
@ -474,9 +474,9 @@ And for Windows:
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 16 2019 Win64" ..
|
||||
cmake -G "Visual Studio 16 2019" ..
|
||||
|
||||
In case you want to use the version of boost installed by ``./scripts/install_deps.ps1``, you will
|
||||
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``
|
||||
as arguments to the call to ``cmake``.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user