diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-16 11:17:45 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-16 11:20:30 +0200 |
commit | 68a5173782a8d3d05dbbc20e2209c82927ff5035 (patch) | |
tree | a0bcf22fbb168b31c1f8847f275866580eb895c6 /INSTALL | |
parent | 5f336c12806b01b2492d928bd60ac5ad148db1e2 (diff) | |
download | kiosktool-68a5173782a8d3d05dbbc20e2209c82927ff5035.tar.gz kiosktool-68a5173782a8d3d05dbbc20e2209c82927ff5035.zip |
Drop automake build support.
Add basic cmake build instructions in an INSTALL file.
Complete the description in README.
Deleted file: VERSION
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +Basic Installation +================== + +Kiosktool relies on cmake to build. + +Here are suggested default options: + + -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" |