summaryrefslogtreecommitdiff
path: root/README
blob: 2bbe5d14586bd56db04047e2ef5eeb0687925708 (plain)
1
2
3
4
5
6
7
8
9
10
11
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