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 <ricardoquesada@gmail.com>
This commit is contained in:
parent
6d44973710
commit
25f216d97f
5
README
5
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user