https://github.com/gudhi/hello-gudhi-world
This project is an example to help developpers to make their own C++ project on top of the GUDHI library.
https://github.com/gudhi/hello-gudhi-world
Last synced: about 2 months ago
JSON representation
This project is an example to help developpers to make their own C++ project on top of the GUDHI library.
- Host: GitHub
- URL: https://github.com/gudhi/hello-gudhi-world
- Owner: GUDHI
- License: bsd-3-clause
- Created: 2018-10-04T08:58:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T12:18:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T22:52:23.442Z (4 months ago)
- Language: CMake
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-gudhi-world
## Purpose
This project is an example to help developpers to make their own C++ project on top of the GUDHI library.
## Third party installation
Please refer to [GUDHI installation](http://gudhi.gforge.inria.fr/doc/latest/installation.html) page and [CGAL installation](https://doc.cgal.org/latest/Manual/installation.html) 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').