summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
committerGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
commit599d68cd916f533bdb66dd9e684dd5703233b6bb (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /README
parenta2e642954ae39025e041471d486ecbac25dff440 (diff)
Delete all files in order to incorporate upstream's move to git.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 0 insertions, 11 deletions
diff --git a/README b/README
deleted file mode 100644
index 2bbe5d14..00000000
--- a/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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