mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
fe096cdc8c
commit
6048e8d9f6
1 changed files with 1 additions and 1 deletions
2
README
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue