mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-12-23 20:18:53 +00:00
6 lines
105 B
Batchfile
6 lines
105 B
Batchfile
mkdir build
|
|
cd build
|
|
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ../src
|
|
cd ..
|
|
pause
|