summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-12-31 14:28:05 +0100
committergregory guy <gregory-tde@laposte.net>2019-12-31 14:28:05 +0100
commit55922fcee851967d9f06fa359b085bcbc00dfc75 (patch)
tree9b19b13cb31be69eb2f502835484795d2af5b719 /INSTALL
parent45bdbc9874a4424b30217722530e84b7b6773038 (diff)
downloadkpicosim-55922fcee851967d9f06fa359b085bcbc00dfc75.tar.gz
kpicosim-55922fcee851967d9f06fa359b085bcbc00dfc75.zip
Drop automake build support.
Add basic build instructions to the INSTALL file. Remove empty file NEWS. Rework of the README and help page. Signed-off-by: gregory guy <gregory-tde@laposte.net>
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"