diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -8,10 +8,13 @@ Development Build using CMake. Depends on Boost.{Filesystem,Program_options,Regex,Test}. -Boost version 1.67 or higher is required (it would be Boost 1.66 in a perfect -world, but the tests [fail to compile] with that). -[fail to compile]: https://lists.boost.org/boost-bugs/2018/01/49711.php +There's a Makefile with useful shortcuts to build the project in the .build/ +directory along with the dependencies: + + make deps + make build + make test Usage ----- |