From: Ricardo Quesada Date: Tue, 7 Apr 2020 17:06:19 +0000 (-0700) Subject: README with upadated compile instructions X-Git-Tag: 1.18.91~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25f216d97f7311e61498963c49245169f9b23e18;p=platform%2Fupstream%2Fwayland.git README with upadated compile instructions This commit updates the README build & install instructions. It replaces that obsolete "autogen && make" with "meson && ninja" Signed-off-by: Ricardo Quesada --- diff --git a/README b/README index 3ae9f0f..ad06dce 100644 --- 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