mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10724 from a3d4/fix-docu-typo-windows-build
Fix a tiny typo in building-on-windows documentation
This commit is contained in:
commit
f03245d473
@ -474,9 +474,9 @@ And for Windows:
|
|||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd 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``
|
additionally need to pass ``-DBoost_DIR="..\deps\boost\lib\cmake\Boost-*"`` and ``-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded``
|
||||||
as arguments to the call to ``cmake``.
|
as arguments to the call to ``cmake``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user