summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-17 14:22:44 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-10-20 01:24:13 +0900
commit1913dc31008d15cbd18c0773f90ad523515e37d0 (patch)
treecaa96a55547e6ef06e7874012d1ef7db6add8220 /INSTALL
parentd6bde8c736d58fbd5da6216b03ee60fd1a02123b (diff)
downloadkkbswitch-1913dc31008d15cbd18c0773f90ad523515e37d0.tar.gz
kkbswitch-1913dc31008d15cbd18c0773f90ad523515e37d0.zip
Drop automake build support.
Add basic cmake build instructions in the INSTALL file. Deleted empty file: NEWS. Deleted obsolete file: kkbswitch.spec . Some cleanup in the README, the "man" page and the "help" page files. The man page as well as the icons have moved in their own folder. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 9d191894a587d67cacceb69b868160250820cfa7)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a07..ec741d7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,27 @@
Basic Installation
==================
+Kkbswitch 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 17 2019 #####
+
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for