summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-06-16 12:16:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-06-16 12:16:58 +0900
commitcb247846ee7519c70ed85e536e4cdfa8f3e274db (patch)
tree7506f1305ed9621a6db75630cc968c814792cf27 /INSTALL
parentdbf4baa42b7c61089eeca70033f4231b9fff3698 (diff)
downloadkdbg-cb247846ee7519c70ed85e536e4cdfa8f3e274db.tar.gz
kdbg-cb247846ee7519c70ed85e536e4cdfa8f3e274db.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..a11b529
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,16 @@
+Basic Installation
+==================
+
+kdbg 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"