summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-05 13:09:14 +0200
committergregory guy <gregory-tde@laposte.net>2019-10-05 13:09:14 +0200
commite3e93c027f7440e6327f12041937988306c06719 (patch)
treef2abcf40fb7c1f33b22ca9186a4660da0b9ca417 /INSTALL
parentc25a28b3027ef046529c657fdcba69668413bd09 (diff)
downloaddolphin-e3e93c027f7440e6327f12041937988306c06719.tar.gz
dolphin-e3e93c027f7440e6327f12041937988306c06719.zip
Drop automake build support.
Add basic build instructions with cmake. Add short description in README. Deleted empty files: README, templates/cpp, templates/h. Deleted emtpy folder: src/toolbar. Deleted obsolete file: src/README
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a07..a9da127 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,27 @@
Basic Installation
==================
+Dolphin 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 05 2019 #####
+
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for