Make INSTALL a bit more clearer

This commit is contained in:
Jarryd Beck 2018-10-29 18:13:14 +11:00
parent 3f2d705302
commit 299750a35d

View File

@ -4,7 +4,9 @@ This library is header only. So you can either copy `include/cxxopts.hpp` to `/u
== Building the examples and tests ==
It is preferable to build out of source.
It is preferable to build out of source. Make a build directory somewhere, and then
do the following, where `${CXXOPTS_DIR}` is the path that you checked out `cxxopts`
to:
cmake ${CXXOPTS_DIR}
make