13 lines
259 B
Text
Executable file
13 lines
259 B
Text
Executable file
wget https://wayland.freedesktop.org/releases/wayland-1.19.tar.xz
|
|
tar -xf wayland-1.19.tar.xz
|
|
cd wayland-1.19
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-documentation \
|
|
--disable-dtd-validation \
|
|
--enable-static
|
|
|
|
make
|
|
make DESTDIR="$1" install
|
|
|