summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-05 08:24:57 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-05 08:24:57 +0200
commite2f3158b8028b4df03aeb7cf7b50cf97db89de71 (patch)
tree38de1de4ce79381fc029a78d1354ba34ad038c3a /README
parentef407f0e40099a832f13371401b44ac565325aff (diff)
parent7705d6ceac3d8a302b1950f77565f44a15122a30 (diff)
Merge branch 'master' into kernels
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