This project is an example to help developpers to make their own C++ project on top of the GUDHI library.
Please refer to GUDHI installation page and CGAL installation page.
In this example we will compile the Alpha complex persistence utility in an external project.
This requires c++11, Boost ≥ 1.48.0, CMake ≥ 3.1, CGAL ≥ 4.7.0, Eigen3 ≥ 3.1.0 and GMP. TBB will be optional for CGAL and GUDHI modules.
Note that GUDHI needs to be installed ('make install').