From 3f2d70530219e09fe7e563f86126b0d3b228a60d Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Mon, 29 Oct 2018 08:47:18 +1100 Subject: [PATCH] Improve build and test instructions --- INSTALL | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index e5f8b39..cbfca86 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,18 @@ +== System installation == + +This library is header only. So you can either copy `include/cxxopts.hpp` to `/usr/include` or `/usr/local/include`, or add `include` to your search path. + +== Building the examples and tests == + It is preferable to build out of source. cmake ${CXXOPTS_DIR} make - You can use another build tool, such as ninja. cmake -G Ninja ${CXXOPTS_DIR} ninja + + +To run the tests, run `make test`. -- libgit2 0.21.4