From 48c30772376466fe8e2ec9d3fbbc1541b5cbc303 Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Thu, 30 Sep 2010 11:30:44 +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 e95a6c4..0000000 --- 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, ...) -- GitLab