diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index e95a6c47335398962773d6d4aa63368bd4db976f..0000000000000000000000000000000000000000
--- a/INSTALL
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-#  Copyright
-#
-
-Installation instructions for library sot-dynamic
-----------------------------------------------
-
-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, ...)