You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gudhi library is release under the GNU GENERAL PUBLIC LICENSE Version 3. A
copy of the licence may be found in the file COPYING.
To build the library, run in a Terminal:
cd /path-to-gudhi/
mkdir build
cd build/
cmake ..
make