diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-12-31 14:28:05 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-12-31 14:28:05 +0100 |
commit | 55922fcee851967d9f06fa359b085bcbc00dfc75 (patch) | |
tree | 9b19b13cb31be69eb2f502835484795d2af5b719 /INSTALL | |
parent | 45bdbc9874a4424b30217722530e84b7b6773038 (diff) | |
download | kpicosim-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-- | INSTALL | 42 |
1 files changed, 13 insertions, 29 deletions
@@ -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" |