[gtk-osx: 36/48] New instructions for bootstrap-gtk-osx command.



commit 5d2cb0d161632a10f180e567283cb2735ba80bf5
Author: John Ralls <jralls ceridwen us>
Date:   Sun Apr 14 12:22:29 2019 -0700

    New instructions for bootstrap-gtk-osx command.

 README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/README.md b/README.md
index 22d2e10..20be519 100644
--- a/README.md
+++ b/README.md
@@ -137,19 +137,19 @@ that file with your programming editor and find and change it to
 ## Bootstrapping ##
 
 Unlike previous versions of gtk-osx-build-setup.sh, gtk-osx-setup.sh
-does *not* copy the Gtk-OSX boostrap moduleset over the jhbuild one. I
-intend to phase out the Gtk-OSX one and just use the jhbuild one. Feel
-free to try that yourself, you'll need to add some skips: python,
-libxml2, libxslt, dbus, pixman, libtasn1,sqlite, and xorg-menus.
+does *not* copy the Gtk-OSX boostrap moduleset over the jhbuild one.
+Instead, jhbuildrc provides a new command
 
-You can copy the bootstrap module over yourself, though that will mess
-with pulling new versions of jhbuild.
-
-Instead of running `jhbuild bootstrap` you can clone gtk-osx and run
 ```
-jhbuild -m /path/to/gtk-osx/modulesets-stable/bootstrap.modules build meta-bootstrap
+jhbuild bootstrap-gtk-osx
 ```
 
+that looks for the gtk-osx bootstrap.modules, first in the configured
+modulesets_dir (you can set it in jhbuildrc-custom), then in the same
+directory as the target moduleset (set either in jhbuildrc-custom or
+with the -m command line option), and finally by retrieving it from
+gitlab.gnome.org.
+
 ## Build Problems ##
 
 I encountered two build problems while creating this:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]