summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-02 15:57:11 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-10-03 00:05:46 +0900
commit5761a761b19e0d2b312d9630d205ad210c83af7d (patch)
treed380abd5aa5095a6a7554d79fff4a7d174d309de /INSTALL
parenta8e0e32c18e4ad79b26158242b7216cb78000bb9 (diff)
downloadkatapult-5761a761b19e0d2b312d9630d205ad210c83af7d.tar.gz
katapult-5761a761b19e0d2b312d9630d205ad210c83af7d.zip
Drop automake build support.
Deleted empty files NEWS and TODO. Moved katapult/COPYING-DOCS to the root package. Add short description in README.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a07..01158ab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,24 @@
Basic Installation
==================
+Katapult 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 02 2019 #####
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for