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.
12 lines
398 B
12 lines
398 B
export PATH="$HOME/.new_local/bin:$PATH" |
|
|
|
# missing six python lib: |
|
# after first failure download, unpack and install with |
|
# /Users/yourname/gtk/inst/bin/python setup.py install |
|
|
|
curl https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/gtk-osx-setup.sh -o gtk-osx-setup.sh |
|
chmod +x gtk-osx-setup.sh |
|
./gtk-osx-setup.sh |
|
|
|
jhbuild bootstrap |
|
jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-gtk3
|
|
|