README with upadated compile instructions
authorRicardo Quesada <ricardoquesada@gmail.com>
Tue, 7 Apr 2020 17:06:19 +0000 (10:06 -0700)
committerRicardo Quesada <ricardoquesada@gmail.com>
Tue, 7 Apr 2020 17:55:19 +0000 (10:55 -0700)
This commit updates the README build & install instructions.
It replaces that obsolete "autogen && make" with "meson && ninja"

Signed-off-by: Ricardo Quesada <ricardoquesada@gmail.com>
README

diff --git a/README b/README
index 3ae9f0f..ad06dce 100644 (file)
--- a/README
+++ b/README
@@ -26,9 +26,8 @@ they don't have many dependencies:
 
     $ git clone https://gitlab.freedesktop.org/wayland/wayland
     $ cd wayland
-    $ ./autogen.sh --prefix=PREFIX
-    $ make
-    $ make install
+    $ meson build/ --prefix=PREFIX
+    $ ninja -C build/ install
 
 where PREFIX is where you want to install the libraries.  See
 https://wayland.freedesktop.org for more complete build instructions