]> Pileus Git - ~andy/aweather-pkg/blob - mac/readme.txt
Update mac build files for Gtk 3
[~andy/aweather-pkg] / mac / readme.txt
1 1. Install XCode and XCode command line tools
2
3 2. Install jhbuild:
4
5    $ sh gtk-osx-build-setup.sh
6
7 3. Install gtk+ and dependencies
8
9    $ jhbuild bootstrap
10    $ jhbuild build meta-gtk-osx-bootstrap
11    $ jhbuild build meta-gtk-osx-gtk3
12    $ jhbuild build gtk-mac-integration
13    $ jhbuild build libsoup
14
15    $ jhbuild build meta-gtk-osx-themes   ??? doens't build, gtk2 dep
16
17    $ jhbuild build librsvg               ??? for gtk-css-engine
18    $ jhbuild build libccss               ??? for gtk-css-engine
19    $ jhbuild build gtk-css-engine        ??? doesn't build, gtk2 dep
20
21    $ jhbuild build gnome-themes-standard ??? after copying into gtk-osx.modules, and editing..
22
23 4. Instlal gtk-mac-bundler
24
25    $ git://git.gnome.org/gtk-mac-bundler
26    $ make install
27
28 5. Install create-dmg
29
30    ???
31
32 References:
33
34    https://live.gnome.org/GTK+/OSX/Building