summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-10-11 13:59:59 +0200
committerMichele Calgaro <[email protected]>2019-10-14 22:47:48 +0900
commitc58d7eeaaa618ed23f55d62d217fa32d9b2717e6 (patch)
treead7e4407126b7aa11df3f147436bfc9e449fb15c /INSTALL
parentc0950d29ccfb05eed3856c2bde20f1de8be6f837 (diff)
downloadkdirstat-c58d7eeaaa618ed23f55d62d217fa32d9b2717e6.tar.gz
kdirstat-c58d7eeaaa618ed23f55d62d217fa32d9b2717e6.zip
Drop automake build support.
Add basic cmake build instructions. Deleted obsolete files: build-howto.html and kdirstat.spec . Change description in README. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 3ae7836398bbd45cdaa847f5339834e64af369b1)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a07..aa40cff 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,26 @@
Basic Installation
==================
+Kdirstat 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 11 2019 #####
+
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for