remove unused files
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 15 Jun 2012 07:02:36 +0000 (16:02 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 15 Jun 2012 07:02:36 +0000 (16:02 +0900)
INSTALL [deleted file]

diff --git a/INSTALL b/INSTALL
deleted file mode 100755 (executable)
index df57ce5..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,33 +0,0 @@
-1. make the build directory
-
-  ex) 
-
-   $ mkdir build
-
-
-2. change the working directory to the build directory
-
-  ex)
-
-   $ cd build
-
-
-3. run 'cmake'
-
-  $ cmake ${SOURCE_DIR} - DCMAKE_INSTALL_PREFIX=/opt/apps/ciss
-
-  ex)
-
-   $ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/apps/ciss
-
-   or
-
-   $ cmake ..
-
-
-4. make & make install
-
-  ex)
-
-   $ make -j 2 && make install
-