summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL42
1 files changed, 13 insertions, 29 deletions
diff --git a/INSTALL b/INSTALL
index a3149f5..1ec351a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,32 +1,16 @@
+Basic Installation
+==================
-Building kpicosim from source:
-====================
- Extract the sources and change directory
- $ tar zxvf kpicosim-0.6.tar.gz
- $ cd kpicosim-0.6
+Kpicosim relies on cmake to build.
- Then run configure
- $ ./configure
-
- After that, compile the source:
- $ make
-
- And as last install the program (make sure you are root)
- # make install
-
- Now the program kpicosim is installed on your system. Just run
- $ kpicosim
-
-
-Building under Debian:
-======================
- Extract the sources and change into the new directory
- $ tar xvzf kpicosim-0.6.tar.gz
- $ cd kpicosim-0.6
-
- Build the package:
- $ dpkg-buildpackage -rfakeroot -us -b
+Here are suggested default options:
- Run 'dpkg -i ../kpicosim*.deb' as root.
-
-
+ -DCMAKE_INSTALL_PREFIX="/opt/trinity" \
+ -DCONFIG_INSTALL_DIR="/etc/trinity" \
+ -DSYSCONF_INSTALL_DIR="/etc/trinity" \
+ -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_VERBOSE_MAKEFILE="ON" \
+ -DCMAKE_SKIP_RPATH="OFF" \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"