summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Robert Helling <helling@atdotde.de>2013-09-24 10:22:10 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-24 02:55:56 -0700
commit023476a4a6591573a66ce38c8b0506f5de42954e (patch)
tree9ccca406edbfd4eeeccc7f9ab2a4e5b9b8e2fb0b /README
parentbe418458dbf4299ef289b2790ac36e3efa3b5261 (diff)
downloadsubsurface-023476a4a6591573a66ce38c8b0506f5de42954e.tar.gz
Document MaxOSX DBUS workaround in the README
This documents the temporary workaround for the libmarblewidget (and plugin) issues on MacOS in the README. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 9e51998ff..0dbe8933e 100644
--- a/README
+++ b/README
@@ -39,6 +39,13 @@ sudo port install qt4-mac marble libzip libtool libusb
Then build libdivecomputer and Subsurface as described below.
+With the current version (and dependencies of marble), to run subsurface you have to once
+
+sudo port install dbus
+sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
+launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
+sudo chown -R ${USER} ~/Library/Preferences/KDE
+
Subsurface - an Open Source Divelog
===================================