2012-01-31 10:10:25 +08:00
..
2012-01-31 10:10:25 +08:00
2011-07-16 15:59:13 +08:00
2011-08-06 11:28:28 +08:00
2011-04-20 20:58:56 +08:00
2011-07-16 15:59:13 +08:00

Building the OS X bundle
========================

Install and configure [jhbuild][1] and [ige-mac-bundler][2].

Get the release tarball and unpack it somewhere. Also copy the tarball to ~/gtk/source/pkgs/.

Add this line to ~/.jhbuildrc-custom:

  moduleset=os.environ['HOME'] + 'path/to/spek/dist/osx/spek.modules'

Run:

  $ jhbuild build spek
  $ 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