add information about cmake's -DBOOST_ROOT parameter

This commit is contained in:
michaelkonecny 2016-08-10 19:13:18 +02:00 committed by GitHub
parent f0b15cd6a0
commit 3e6886f0ad

View File

@ -36,6 +36,8 @@ cmake [-G generator] [-DBUILD_SHARED_LIBS=ON|OFF] ..
* yaml-cpp defaults to building a static library, but you may build a shared library by specifying `-DBUILD_SHARED_LIBS=ON`.
* You might also have to specify the path to Boost binaries using the -DBOOST_ROOT argument.
* For more options on customizing the build, see the [CMakeLists.txt](https://github.com/jbeder/yaml-cpp/blob/master/CMakeLists.txt) file.
4. Build it!