From effe5facbcdb4dea707072f4ee84078c88fe80d8 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 31 Jul 2018 17:43:50 -0700 Subject: [PATCH] Fixed typo --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2a7959d..5556879 100644 --- a/README.md +++ b/README.md @@ -65,20 +65,21 @@ We recommend using [CMake](https://cmake.org/) and [clang](https://en.wikipedia. git submodule init git submodule update make patch -cmake -H. -Bbuild +cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release +``` + +or possibly: + +``` +cmake -H. -Bbuild --config Release ``` Then ``` -cmake --build build -DCMAKE_BUILD_TYPE=Release +cmake --build build ``` -or - -``` -cmake --build build --config Release -``` Builds are placed in `bin\lib`