Updated README.md

This commit is contained in:
Joseph Henry
2018-07-27 17:11:08 -07:00
parent 006cc87ca6
commit e5c4ae4fda

View File

@@ -64,11 +64,11 @@ We recommend using [CMake](https://cmake.org/) and [clang](https://en.wikipedia.
git submodule init
git submodule update
make patch
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Debug
cmake --build build
cmake -H. -Bbuild
cmake --build build --config Release
```
Builds are placed in `bin\lib`. Change `CMAKE_BUILD_TYPE` to `Release` for a smaller and optimized build.
Builds are placed in `bin\lib`. Use `--config Debug` for a build with debug info included.
***