diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-19 15:08:42 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-19 15:08:42 +0200 |
commit | 67a885d834f1e7d37374c0989fdd82cd50d0c282 (patch) | |
tree | 941b33261dd67c9e48b7d3d011184888c189b893 /INSTALL | |
parent | db515d1574855a0b4bc6f976ff78b60df7ceae78 (diff) | |
download | knetload-67a885d834f1e7d37374c0989fdd82cd50d0c282.tar.gz knetload-67a885d834f1e7d37374c0989fdd82cd50d0c282.zip |
Drop automake build support.
Add basic cmake build instructions in INSTALL.
version.h (return knetload version) has moved to the "knetload"
folder.
Rework the README and INSTALL files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,6 +1,25 @@ Basic Installation ================== +Knetload relies on cmake to build. + +Here are suggested default options: + + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc" \ + -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 + + + + +##### the following instructions, kept as a reference, are basically obsolete - October 19 2019 ##### + These are generic installation instructions. The `configure' shell script attempts to guess correct values for |