You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
477 B
13 lines
477 B
#!/bin/bash -x |
|
# missing six python lib: |
|
# after first failure download, unpack and install with |
|
# /Users/yourname/gtk/inst/bin/python setup.py install |
|
export PATH="$HOME/.new_local/bin:$PATH" |
|
export CFLAGS=-Wno-implicit-function-declaration $CFLAGS |
|
|
|
curl -L -O https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/gtk-osx-setup.sh |
|
chmod +x gtk-osx-setup.sh |
|
./gtk-osx-setup.sh |
|
jhbuild bootstrap-gtk-osx |
|
jhbuild build python3 |
|
jhbuild build meta-gtk-osx-bootstrap meta-gtk-osx-gtk3
|
|
|