Skip to content

Commit

Permalink
Update README to build python before the rest of the system
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
techee committed Oct 4, 2017
1 parent ac28b6a commit 71b04e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 71b04e7

Please sign in to comment.