Install XCode and its command line tools.
Download the latest version of the gtk-osx setup script and run it:
curl -O -osx-setup.sh https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/gtk-osx-setup.sh
sh gtk-osx-setup.sh
This will have installed jhbuild
in ~/.local/bin
, so let’s add this to our $PATH
:
export PATH=$PATH:~/.local/bin/
Configure jhbuild
to use our modules:
curl -O ~/.jhbuildrc-custom \
https://raw.githubusercontent.com/Xpra-org/xpra/master/packaging/MacOS/jhbuild/jhbuildrc-custom-xpra
Download everything required for the build:
jhbuild update
jhbuild bootstrap
jhbuild build
git clone https://github.com/Xpra-org/xpra
cd xpra/packaging/MacOS/
sh ./make-app.sh
sh ./make-DMG.sh
Signing the resulting .app
, DMG
and PKG
images requires setting up certificates.