mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
29e19cdfb7
There are a couple of gothas on MacOSX involving GateKeeper on Mountain Lion, and dialogues that sometimes doesn't pop up. This file explains that. The file should be included in the DMG, but that's for a different commit. [Dirk Hohndel: fix whitespace and some rephrasing] Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |
||
---|---|---|
.. | ||
Info.plist | ||
PkgInfo | ||
Read me first.txt | ||
README | ||
subsurface.bundle | ||
Subsurface.icns | ||
subsurface.sh |
Creating a Subsurface bundle install gtk-mac-bundler (this has been tested with version 0.7.0) and run gtk-mac-bundler subsurface.bundle This should install a self-contained Subsurface application under /Applications/Subsurface.app You still need to manually build a DMG if you want to easily distribute this. One important caveat is that (at least with MacPorts) you need to build pango like this: sudo port install pango +builtin_modules +no_x11 +quartz Without the builtin modules the installed application fails to find the modules and doesn't render any text. Also, it seems that gtk-mac-bundler expects the charset.alias file to be in the ${prefix}/lib folder which it isn't with the current version of MacPorts. The following fixes that: sudo cp /usr/lib/charset.alias /opt/local/lib