Update ScrapHacks README.md
This commit is contained in:
parent
a920c63d41
commit
e440e99fab
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ Open VS 32-bit command prompt (`vcvars32.bat`)
|
||||||
```batch
|
```batch
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="" ..
|
cmake -G "NMake Makefiles" ..
|
||||||
cmake --build . --config Release --target install
|
cmake --build . --target install
|
||||||
```
|
```
|
||||||
|
|
||||||
this will drop the compiled files into `./build/bin`
|
this will drop the compiled files into `./build/bin`
|
||||||
|
|
Loading…
Reference in a new issue