Skip to content

Instantly share code, notes, and snippets.

@chergert
Created June 7, 2015 20:14
Show Gist options
  • Save chergert/e6ae37a055db82f3a7c1 to your computer and use it in GitHub Desktop.
Save chergert/e6ae37a055db82f3a7c1 to your computer and use it in GitHub Desktop.
setup jhbuild
git clone git://git.gnome.org/jhbuild.git
cd jhbuild
./autogen.sh
make
make install
# new terminal
jhbuild sysdeps --install gtk+
jhbuild build gtk+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment