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-17 09:56:06 +0900
commit57b50ae915eacaf64b0c6e7a3bebcd8cee26910f (patch)
tree7e6cf0fd35f3d8e0aa48195aee051be1ac01e204 /INSTALL
parent490c8226cbad4c47403c296aba13b18bc3b9ebad (diff)
downloadkdbg-57b50ae915eacaf64b0c6e7a3bebcd8cee26910f.tar.gz
kdbg-57b50ae915eacaf64b0c6e7a3bebcd8cee26910f.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cb247846ee7519c70ed85e536e4cdfa8f3e274db)
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"