Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 15 Nov 2022 22:05:37 UTC Commit: 5ee925683014711f7d50e8b62e1a7e01292300c6 https://github.com/geany/geany-osx/commit/5ee925683014711f7d50e8b62e1a7e0129...
Log Message: ----------- Update building instructions to avoid explicit python3 build
Modified Paths: -------------- README.md
Modified: README.md 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -118,13 +118,13 @@ To create the bundle, you need to first install JHBuild and GTK as described bel 6. Install GTK and all of its dependencies by running the following command inside the `geany-osx` directory: ``` - jhbuild bootstrap-gtk-osx && jhbuild build python3 && jhbuild run pip3 install pygments && jhbuild build meta-gtk-osx-bootstrap meta-gtk-osx-gtk3 + jhbuild bootstrap-gtk-osx && jhbuild build meta-gtk-osx-bootstrap meta-gtk-osx-gtk3 ``` The upstream project is sometimes in an unstable state and fails to build; if this happens, you can use our snapshot of modulesets which was used to build the last release of Geany: ``` - jhbuild bootstrap-gtk-osx && jhbuild -m "https://raw.githubusercontent.com/geany/geany-osx/master/modulesets-stable/g..." build python3 meta-gtk-osx-bootstrap meta-gtk-osx-gtk3 + jhbuild bootstrap-gtk-osx && jhbuild -m "https://raw.githubusercontent.com/geany/geany-osx/master/modulesets-stable/g..." build meta-gtk-osx-bootstrap meta-gtk-osx-gtk3 ```
7. To build Geany, plugins and all of their dependencies, run one of
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).