summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-08 15:03:06 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-10-10 22:52:33 +0900
commite0a2875a839f710a00cc5b077cdd6dc287aef6b8 (patch)
treedb88e668cf3bb248ece1ddced5f2839b199a839d /INSTALL
parentf4c05c1b17b2dd2e9c3a745bf4f9f201dacd83f2 (diff)
downloadkbookreader-e0a2875a839f710a00cc5b077cdd6dc287aef6b8.tar.gz
kbookreader-e0a2875a839f710a00cc5b077cdd6dc287aef6b8.zip
Drop automake build support.
Add basic cmake build instructions. Add description in README. Deleted empty files: NEWS, templates/cpp, templates/h. Deleted obsolete file: bookreader.spec . Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a07..82f4ec4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,27 @@
Basic Installation
==================
+Kbookreader 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 08 2019 #####
+
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for