summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-27 16:26:39 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-27 16:37:06 -0800
commitd2af6054a3bf6f9f4d5cf99491cf904831b55e38 (patch)
tree482e7ac68c5da5a57f7423e66be3a29d31135670 /INSTALL
parent9b5c7c2bbeaf5b4b17258f2549b08e34bcb42045 (diff)
downloadsubsurface-d2af6054a3bf6f9f4d5cf99491cf904831b55e38.tar.gz
Make a note about the plugin location issue on Mac
In order to be able to create deployable DMGs this is necessary Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 530e3114f..458ce4292 100644
--- a/INSTALL
+++ b/INSTALL
@@ -93,6 +93,13 @@ $ qmake
$ make
$ make mac-create-dmg
+NOTES: macdeployqt assumes that the plugins are located "next" to the
+frameworks. The frameworks are linked from /usr/local/lib - but the
+plugins are not in /usr/local/plugins.
+The easiest workaround is to create a symbolic link from
+/usr/local/plugins to /usr/local/Cellar/qt/4.8.5/plugins (or whatever
+version of Qt you have built earlier).
+
Cross-building Subsurface on Linux for Windows
----------------------------------------------