From 425b462d361286822ee0ed7b5fe00881ba312ea3 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 5 Dec 2014 13:32:54 +0000 Subject: Moved into trunk git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@341 636b058d-ea47-450e-bf9e-a15bfbe3eedb --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit v1.2.3