diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 669449dc4b05db22e4bfa931be6ccdc35917784c..0000000000000000000000000000000000000000
--- 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, ...)