summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-09 15:31:35 +0200
committergregory guy <gregory-tde@laposte.net>2019-10-09 17:49:37 +0200
commit8097d72273656e748d5bf2e1cf72d8d66d73bab7 (patch)
treeb44799f45f01e9d351998e8c52190908a3e48ea6 /INSTALL
parent1fafb1fc903058a14d7a3bcc02a755dcc8ca0db9 (diff)
downloadkcmautostart-8097d72273656e748d5bf2e1cf72d8d66d73bab7.tar.gz
kcmautostart-8097d72273656e748d5bf2e1cf72d8d66d73bab7.zip
Drop automake build support.
Add basic cmake build instructions. Deleted empty files: NEWS and TODO. Add description in README. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a07..6e9323b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,26 @@
Basic Installation
==================
+Kcmautostart 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"
+
+
+
+
+
+##### the following instructions, kept as a reference, are basically obsolete - October 09 2019 #####
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for