In the README compile instructions it says cd build cmake .. however cmake will complain that there is no CMakeLists.txt, so the correct step is cmake ../src Then everything works.
In the README compile instructions it says
cd build
cmake ..
however cmake will complain that there is no CMakeLists.txt, so the correct step is
cmake ../src
Then everything works.