add information about cmake's -DBOOST_ROOT parameter
This commit is contained in:
parent
f0b15cd6a0
commit
3e6886f0ad
@ -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`.
|
* 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.
|
* 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!
|
4. Build it!
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user