Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 28 Jan 2018 12:11:41 UTC Commit: 94c08e85684f5a938a42d1e955d4784b14744b94 https://github.com/geany/geany-osx/commit/94c08e85684f5a938a42d1e955d4784b14...
Log Message: ----------- Update jhbuild commands
Modified Paths: -------------- README.md
Modified: README.md 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -107,11 +107,11 @@ To create the bundle, you need to first install JHBuild and GTK as described bel commands: * **GTK 2** ``` - jhbuild bootstrap && jhbuild build python && jhbuild build meta-gtk-osx-bootstrap && jhbuild build meta-gtk-osx-core + jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-core ``` * **GTK 3** ``` - jhbuild bootstrap && jhbuild build python && jhbuild build meta-gtk-osx-bootstrap && jhbuild build meta-gtk-osx-gtk3 + jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-gtk3 ``` This is the moment when you have to make a decision whether to build Geany with GTK 2 or GTK 3 - they cannot be installed side by side.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).