Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 02 Mar 2023 21:43:54 UTC Commit: 3ea8ebf35afd819d600a9220ad904fb76a43bf77 https://github.com/geany/geany-osx/commit/3ea8ebf35afd819d600a9220ad904fb76a...
Log Message: ----------- Build pygments which seems to be needed now
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 meta-gtk-osx-bootstrap meta-gtk-osx-gtk3 + jhbuild bootstrap-gtk-osx && jhbuild build pygments 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 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 pygments 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).