mirror of
https://github.com/alexkay/spek.git
synced 2025-04-18 09:27:37 +03:00
19 lines
486 B
Plaintext
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
|