summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-04 11:45:25 +0200
committergregory guy <gregory-tde@laposte.net>2019-10-04 11:45:25 +0200
commit9d0564a276704047b945bc292ed372f7fd60074a (patch)
treed37db5dd575a3b7dd716394eecf973c1834ebc73 /INSTALL
parente820e13dfc0d160b1210c175d11e539c2d1ebfc2 (diff)
downloadkbarcode-9d0564a276704047b945bc292ed372f7fd60074a.tar.gz
kbarcode-9d0564a276704047b945bc292ed372f7fd60074a.zip
Drop automake build support.
Add basic build instructions with cmake. Deleted empty file NEWS. Deleted obsolete kbarcode.spec file.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
1 files changed, 19 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a07..0ab59aa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,25 @@
Basic Installation
==================
+Kbarcode relies on cmake to build.
+
+Here are suggested default options:
+
+ -DCMAKE_INSTALL_PREFIX="/opt/trinity" \
+ -DCONFIG_INSTALL_DIR="/etc/trinity" \
+ -DSYSCONF_INSTALL_DIR="/etc" \
+ -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 04 2019 #####
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for