From 3e6886f0adf780a29e88578d23e7e5df9f1ac5de Mon Sep 17 00:00:00 2001 From: michaelkonecny Date: Wed, 10 Aug 2016 19:13:18 +0200 Subject: [PATCH] add information about cmake's -DBOOST_ROOT parameter --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58fde68..769c1d8 100644 --- a/README.md +++ b/README.md @@ -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!