X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-pkg;a=blobdiff_plain;f=mac%2Freadme.txt;fp=mac%2Freadme.txt;h=2208d85c1f86c48cb902a47a4292cc5538d3d57b;hp=0000000000000000000000000000000000000000;hb=9e5b397f3aabe882dd7bf9a783c229836f43417f;hpb=ce89d46510811efd8a0fd31dbb7fe223ea5797d2 diff --git a/mac/readme.txt b/mac/readme.txt new file mode 100644 index 0000000..2208d85 --- /dev/null +++ b/mac/readme.txt @@ -0,0 +1,34 @@ +1. Install XCode and XCode command line tools + +2. Install jhbuild: + + $ sh gtk-osx-build-setup.sh + +3. Install gtk+ and dependencies + + $ jhbuild bootstrap + $ jhbuild build meta-gtk-osx-bootstrap + $ jhbuild build meta-gtk-osx-gtk3 + $ jhbuild build gtk-mac-integration + $ jhbuild build libsoup + + $ jhbuild build meta-gtk-osx-themes ??? doens't build, gtk2 dep + + $ jhbuild build librsvg ??? for gtk-css-engine + $ jhbuild build libccss ??? for gtk-css-engine + $ jhbuild build gtk-css-engine ??? doesn't build, gtk2 dep + + $ jhbuild build gnome-themes-standard ??? after copying into gtk-osx.modules, and editing.. + +4. Instlal gtk-mac-bundler + + $ git://git.gnome.org/gtk-mac-bundler + $ make install + +5. Install create-dmg + + ??? + +References: + + https://live.gnome.org/GTK+/OSX/Building