summaryrefslogtreecommitdiff
path: root/syspopup-app/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'syspopup-app/INSTALL')
-rw-r--r--syspopup-app/INSTALL33
1 files changed, 0 insertions, 33 deletions
diff --git a/syspopup-app/INSTALL b/syspopup-app/INSTALL
deleted file mode 100644
index ddf4e78..0000000
--- a/syspopup-app/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=/usr
-
- ex)
-
- $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-
- or
-
- $ cmake ..
-
-
-4. make & make install
-
- ex)
-
- $ make -j 2 && make install
-