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.
- Host: GitHub
- URL: https://github.com/gudhi/branches
- Owner: GUDHI
- License: gpl-3.0
- Created: 2019-11-22T19:22:15.000Z (over 5 years ago)
- Default Branch: orient-boundary-glisse
- Last Pushed: 2023-07-01T21:14:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T22:52:22.947Z (3 months ago)
- Language: C++
- Size: 85.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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