From 196a6af113a3be76567c36b3834bb1aeb5ee175c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Pereira=20Bezerra?= Date: Tue, 1 Oct 2019 12:15:25 -0300 Subject: [PATCH] Review README.md changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6f869b..be3b230 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you find a bug, post an [issue](https://github.com/jbeder/yaml-cpp/issues)! I ```sh mkdir build cd build -cmake [-G generator] [-DBUILD_SHARED_LIBS=on|OFF] .. +cmake [-G generator] [-YAML_BUILD_SHARED_LIBS=on|OFF] .. ``` * The `generator` option is the build system you'd like to use. Run `cmake` without arguments to see a full list of available generators. @@ -29,7 +29,7 @@ cmake [-G generator] [-DBUILD_SHARED_LIBS=on|OFF] .. * On OS X, you might use "Xcode". * On a UNIX-like system, omit the option (for a Makefile). - * `yaml-cpp` builds a static library by default, you may want to build a shared library by specifying `-DBUILD_SHARED_LIBS=ON`. + * `yaml-cpp` builds a static library by default, you may want to build a shared library by specifying `-YAML_BUILD_SHARED_LIBS=ON`. * For more options on customizing the build, see the [CMakeLists.txt](https://github.com/jbeder/yaml-cpp/blob/master/CMakeLists.txt) file. @@ -40,7 +40,7 @@ cmake [-G generator] [-DBUILD_SHARED_LIBS=on|OFF] .. ## Recent Releases -[yaml-cpp 0.6.0](https://github.com/jbeder/yaml-cpp/releases/tag/yaml-cpp-0.6.0) released! This release requires C++11, and no longer depends on _Boost_. +[yaml-cpp 0.6.0](https://github.com/jbeder/yaml-cpp/releases/tag/yaml-cpp-0.6.0) released! This release requires C++11, and no longer depends on Boost. [yaml-cpp 0.3.0](https://github.com/jbeder/yaml-cpp/releases/tag/release-0.3.0) is still available if you want the old API.