mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 05:33:28 +01:00
7 lines
102 B
Batchfile
7 lines
102 B
Batchfile
|
mkdir build
|
||
|
|
||
|
cd build
|
||
|
|
||
|
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ..
|
||
|
cd ..
|
||
|
pause
|