diff options
author | Nikolai Kondrashov <spbnick@gmail.com> | 2010-11-08 12:59:53 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-11-08 08:55:17 -0500 |
commit | 6048e8d9f63ac5dd19ae945fcbb1ea7584484cce (patch) | |
tree | 0309b13ca13a3790c3b6c89ce000444f185d7bcb /README | |
parent | fe096cdc8c22bd06f2608ed774211da919a7839f (diff) |
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 <spbnick@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |