[gnome-builder] Update README build instructions



commit 4e362a0dd3978b5b1084c3bd043b324d9f93d431
Author: Patrick Griffis <tingping tingping se>
Date:   Wed Jul 5 15:28:04 2017 -0400

    Update README build instructions

 README |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/README b/README
index 87ccb4c..3b3f34e 100644
--- a/README
+++ b/README
@@ -27,19 +27,11 @@ modules.
 
 ----
 
-Builder can be built from tarball releases using the traditional autotools
-manner.
+Builder is built using meson:
 
-If you checked the code out from git, you will need to bootstrap the build
-system like so:
-
-  ./autogen.sh
-
-Then, a typical build might look like so:
-
-  ./configure --prefix=/usr
-  make
-  sudo make install
+  meson _build --prefix=/usr
+  ninja -C _build
+  sudo ninja -C _build install
 
 ----
 
@@ -48,7 +40,7 @@ unfamiliar with jhbuild, the following will help you get started.
 
   git clone git://git.gnome.org/jhbuild.git
   cd jhbuild
-  ./autogen.sh
+  ./autogen.sh --simple-install
   make
   make install
   jhbuild build gnome-builder


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