summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-06 15:55:04 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-10-08 22:28:00 +0900
commit735927b30010eee17223c377ce43d93d705faac1 (patch)
treeb2e2bd9025dfb575085893f2ab976e583f1dfe1e /INSTALL
parent8f915d1d5f4f5fe346fea935c2b9d460fcc2d43e (diff)
downloadkbibtex-735927b30010eee17223c377ce43d93d705faac1.tar.gz
kbibtex-735927b30010eee17223c377ce43d93d705faac1.zip
Drop automake build support.
Add basic cmake build instructions. Add description in README. Deleted empty file: BUGS, templates/cpp, templates/h. Deleted obsolete files: po/messages.sh. (cherry picked from commit c6fd288a5f108598987de95d3ace981ee5140cad)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a07..9367aed 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,27 @@
Basic Installation
==================
+Kbibtex 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 06 2019 #####
+
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for