Last active
August 29, 2015 13:56
-
-
Save tumugin/9119002 to your computer and use it in GitHub Desktop.
gtk-osxコンパイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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