From 2eebf6db32c00a30ffcb75afaad0df439db38a39 Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Tue, 28 Sep 2010 02:49:57 +0200
Subject: [PATCH] Remove INSTALL file.

---
 INSTALL | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 INSTALL

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 669449dc..00000000
--- a/INSTALL
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-#  Copyright
-#
-
-Installation instructions for library dynamicGraph
-----------------------------------------------
-
-It is recommended to create a specific directory to install this package.
-mkdir build
-cd build
-cmake [Options] ..
-make 
-make install
-
-Options:
-
--DCMAKE_INSTALL_PREFIX=...
-  specifies the directory where to install the package.
-
--DCMAKE_BUILD_TYPE=[none|debug|release|relwithdebinfo|MinSizeRel]
-  specifies to type of compilation (release, debug, ...)
-- 
GitLab