[geany/geany-osx] fb6a91: Make gtk-building single-line command

Jiří Techet git-noreply at xxxxx
Thu Dec 22 14:08:52 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Thu, 22 Dec 2016 14:08:52 UTC
Commit:      fb6a911e8c1c8b55d38873917991b2ed2a74b0ef
             https://github.com/geany/geany-osx/commit/fb6a911e8c1c8b55d38873917991b2ed2a74b0ef

Log Message:
-----------
Make gtk-building single-line command

Easier to copy-paste and build in one step.


Modified Paths:
--------------
    README.md

Modified: README.md
4 lines changed, 1 insertions(+), 3 deletions(-)
===================================================================
@@ -98,9 +98,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 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).


More information about the Commits mailing list