Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Fri, 24 Mar 2023 22:43:44 UTC Commit: 97c3c9f3be4d68403a47149767e3d02daee1cc7f https://github.com/geany/geany-osx/commit/97c3c9f3be4d68403a47149767e3d02dae...
Log Message: ----------- pygments shouldn't be needed now when building Geany modules
Modified Paths: -------------- README.md
Modified: README.md 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -124,13 +124,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 pygments 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 pygments 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).