This project only supports out of source builds. The include paths in the header file look for prefix 'fool'.
Dependencies: origin library from: https://github.com/hiraditya/origin
g++ > 4.9
For out of source builds:
-
Download the sources in $DIR/fool, such that $DIR/fool/fool is the git repository.
-
mkdir -p $DIR/build.
-
cd $DIR/build
-
cmake ../fool
-
make
You might want to modify the top level CMakeLists.txt, for appropriate include paths.