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>
This commit is contained in:
Dirk Hohndel 2013-11-27 16:26:39 -08:00
parent 9b5c7c2bbe
commit d2af6054a3

View file

@ -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
----------------------------------------------