Build with CMake
1. Clone repository
git clone https://github.com/andreabonvini/pointprocess.git
2. Build project
Once you cloned the repository, you can build the shared library along with some examples, by running the following commands:
./build.sh
The library will be in the build/src folder.