An open API service indexing awesome lists of open source software.

https://github.com/gudhi/branches

A place for stale branches from gudhi-devel.
https://github.com/gudhi/branches

Last synced: about 2 months ago
JSON representation

A place for stale branches from gudhi-devel.

Awesome Lists containing this project

README

        

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