Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 04 Oct 2017 21:33:57 UTC Commit: 71b04e7060faa36e319eb8b999114a8dae83826c https://github.com/geany/geany-osx/commit/71b04e7060faa36e319eb8b999114a8dae...
Log Message: ----------- Update README to build python before the rest of the system
Right now there seems to be some clash of the python version shipped with macOS and the gobject-introspection package which leads to an error during build. A workaround is to build python before the rest of the system which makes the build process use the built python instead of the system one which eliminates the error.
Modified Paths: -------------- README.md
Modified: README.md 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -100,7 +100,7 @@ To create the bundle, you need to first install JHBuild and GTK as described bel 6. Install GTK 2 and all its dependencies using the following commands:
``` - jhbuild bootstrap && jhbuild build meta-gtk-osx-bootstrap && jhbuild build meta-gtk-osx-core + jhbuild bootstrap && jhbuild build python && jhbuild build meta-gtk-osx-bootstrap && jhbuild build meta-gtk-osx-core ```
Instead of meta-gtk-osx-core (GTK 2) you can also use `meta-gtk-osx-gtk3` to
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).