summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-02-07 17:33:01 +0100
committerGard Spreemann <gspreemann@gmail.com>2017-02-07 17:33:01 +0100
commit55c7181126aa7defce38c9b82872d14223d4c1dd (patch)
tree7c683f014709459f066fd87a21da7f74cfc31a53 /README
Initial import of upstream's 1.3.1.upstream/1.3.1
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..2bbe5d14
--- /dev/null
+++ b/README
@@ -0,0 +1,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