Requires SWIG, CMake version 3.8 and above (the SWIG module has changed in 3.8, so previous verions will require a few minor modiciations)
- Create a build directory and make it the current dir
mkdir build
cd build- Configure
cmake ..- Build
cmake --build .- Test
ctest