This commit is contained in:
João Marcos Pereira Bezerra 2019-09-08 16:38:31 -03:00 committed by GitHub
parent 4eac69e72f
commit b5cacd9911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ cmake [-G generator] [-DBUILD_SHARED_LIBS=on|OFF] ..
* For more options on customizing the build, see the [CMakeLists.txt](https://github.com/jbeder/yaml-cpp/blob/master/CMakeLists.txt) file.
#### 3. Build it!
#### 2. Build it!
* The command you'll need to run depends on the generator you chose earlier.
**Note:** To clean up, just remove the `build` directory.