mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
5 lines
104 B
Batchfile
5 lines
104 B
Batchfile
|
mkdir build
|
||
|
cd build
|
||
|
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ../src
|
||
|
cd ..
|
||
|
pause
|