spek/dist/osx/README
Alexander Kojevnikov 833c0e71c3 osx: Use jhbuild
Macports suck, hopefully it will be the final switch, OS X packaging sucks even more.
2011-04-20 18:27:17 +08:00

19 lines
486 B
Plaintext

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
$ dist/osx/bundle.sh
[1]: http://sourceforge.net/apps/trac/gtk-osx/wiki/Build
[2]: http://sourceforge.net/apps/trac/gtk-osx/wiki/Bundle