9 lines
205 B
Text
Executable file
9 lines
205 B
Text
Executable file
wget https://wayland.freedesktop.org/releases/wayland-protocols-1.21.tar.xz
|
|
tar -xf wayland-protocols-1.12.tar.xz
|
|
cd wayland-protocols-1.12
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR="$1" install
|