Skip to content

Instantly share code, notes, and snippets.

@tumugin
Last active August 29, 2015 13:56
Show Gist options
  • Save tumugin/9119002 to your computer and use it in GitHub Desktop.
Save tumugin/9119002 to your computer and use it in GitHub Desktop.
gtk-osxコンパイル
wget https://git.gnome.org/browse/gtk-osx/plain/gtk-osx-build-setup.sh
sh gtk-osx-build-setup.sh
~/.local/bin/jhbuild shell
#シェル環境に入るからそこで
~/.local/bin/jhbuild bootstrap
#pythonを入れておかないとmeta-gtk-osx-bootstrapがビルド出来ない
~/.local/bin/jhbuild build python
#ライブラリ類?
~/.local/bin/jhbuild build meta-gtk-osx-bootstrap
#gtk3のインストール
~/.local/bin/jhbuild build meta-gtk-osx-gtk3
#gtk2のインストール
~/.local/bin/jhbuild build meta-gtk-osx-core
sudo gem install glib2 -- --with-opt-include=/Users/kazuki/gtk/inst/include/
sudo gem install gtk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment