summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/README
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-02 12:13:19 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-02 12:13:19 -0700
commitf3b9a37fb2e853717723ca98d07101201a328518 (patch)
treedbca58648b9387a9078b3d6377a8e7d227eaaafa /packaging/macosx/README
parenteba4b867880c99fc25fdca615af92ae6f909ed8d (diff)
downloadsubsurface-f3b9a37fb2e853717723ca98d07101201a328518.tar.gz
More fixes to MacOS bundle file and README
This still seems to fail to open the icon in the About screen in some cases, but we don't quite understand why... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx/README')
-rw-r--r--packaging/macosx/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/macosx/README b/packaging/macosx/README
index d83cc0f31..88a383db9 100644
--- a/packaging/macosx/README
+++ b/packaging/macosx/README
@@ -13,4 +13,10 @@ 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
+