summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-10-07 17:30:55 +0200
committerSlávek Banko <[email protected]>2019-10-09 17:45:36 +0200
commitb31cde64836ab3e8b443fd8afd0add92b4a7d26f (patch)
tree05490238efcaedaccc2e681d05ede080addeab39 /INSTALL
parent28b683418b45393b74ac48729d245fa6cc064b34 (diff)
downloadkbiff-b31cde64836ab3e8b443fd8afd0add92b4a7d26f.tar.gz
kbiff-b31cde64836ab3e8b443fd8afd0add92b4a7d26f.zip
Drop automake build support.
Add basic cmake build instructions. Change description in README. Deleted empty files: NEWS. Deleted obsolete files: VERSION, kbiff.spec . Substitute "KDE" to "TDE" in the man page. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 28c36e59399156247f5bdd8bb833c44d0e74fba7)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
1 files changed, 19 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 28fadaa..5a7eb5d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,25 @@
Basic Installation
==================
+Kbiff 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 07 2019 #####
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for