summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-06-19 17:12:06 +0200
committergregory guy <gregory-tde@laposte.net>2020-06-19 17:12:06 +0200
commiteb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2 (patch)
treeaebb3496cab0a2d0650a9097c6307004864552e5 /INSTALL
parent5548944a933a72bd9a3deb7735fc2f60f71906ee (diff)
downloadkdbusnotification-eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2.tar.gz
kdbusnotification-eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2.zip
Drop automake build support.
Add basic cmake build instructions. Write basic README file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL25
1 files changed, 25 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..a5010ec
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,25 @@
+Basic Installation
+==================
+
+kdbusnotification 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"
+
+
+Requirement:
+============
+ - dbus-binding-tool (executable)
+ - dbus-1
+ - dbus-glib-1
+ - gtk2.0
+ - glib2.0