summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-16 11:17:45 +0200
committergregory guy <gregory-tde@laposte.net>2019-10-16 11:20:30 +0200
commit68a5173782a8d3d05dbbc20e2209c82927ff5035 (patch)
treea0bcf22fbb168b31c1f8847f275866580eb895c6 /INSTALL
parent5f336c12806b01b2492d928bd60ac5ad148db1e2 (diff)
downloadkiosktool-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--INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..08770a3
--- /dev/null
+++ b/INSTALL
@@ -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"