commit f0f90a71efb1170aa6a03f1e4fc66f1cebae66fa parent 4a8c178f855c0e4269275e55465fea0dd3c6ec56 Author: Alexander Kojevnikov <alexander@kojevnikov.com> Date: Sat, 6 Aug 2011 11:28:28 +0800 osx: Lion compatibility (issue 51) Diffstat:
M | dist/osx/README | | | 2 | ++ |
M | web/index.html | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dist/osx/README b/dist/osx/README @@ -15,5 +15,7 @@ Run: $ jhbuild shell $ dist/osx/bundle.sh +Note: On Lion, built in libiconv conflicts with the bundled version. To work around, accompany all jhbuild commands with `--skip=libiconv` so that everything uses the system version of the library (see issue 51). + [1]: http://sourceforge.net/apps/trac/gtk-osx/wiki/Build [2]: http://sourceforge.net/apps/trac/gtk-osx/wiki/Bundle diff --git a/web/index.html b/web/index.html @@ -77,7 +77,7 @@ <tr> <td><img src="logo-osx.png" width="48" height="48" alt="Mac OS X"/></td> <td class="dld_link"> - <a href="http://spek.googlecode.com/files/spek-0.7.1.dmg">spek-0.7.1.dmg</a> (8.15 MiB) + <a href="http://spek.googlecode.com/files/spek-0.7.2.dmg">spek-0.7.2.dmg</a> (7.57 MiB) <br/> <a href="http://code.google.com/p/spek/wiki/OsxInstall">instructions</a> </td>