From: Nikolai Kondrashov Date: Mon, 8 Nov 2010 09:59:53 +0000 (+0300) Subject: Fix Wayland build instructions X-Git-Tag: 0.85.0~393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6048e8d9f63ac5dd19ae945fcbb1ea7584484cce;p=profile%2Fivi%2Fwayland.git Fix Wayland build instructions Replace aclocal; autoconf invocation in Wayland build instructions with an up-to-date ./autogen.sh invocation. Signed-off-by: Nikolai Kondrashov --- diff --git a/README b/README index 5b168d4..dad2d85 100644 --- a/README +++ b/README @@ -96,7 +96,7 @@ compositor) cairo-gl, glib-2.0, gdk-2.0 (for poppler) and poppler-glib: $ git clone git://people.freedesktop.org/~krh/wayland - $ aclocal; autoconf; ./configure --prefix=$HOME/install + $ ./autogen.sh --prefix=$HOME/install $ make && make install Installing into a non-/usr prefix is fine, but the 70-wayland.rules