# Note: depends on pkg-config # Note: depends on wayland wget -c https://wayland.freedesktop.org/releases/wayland-protocols-1.20.tar.xz tar -xJf wayland-protocols-1.20.tar.xz cd wayland-protocols-1.20 mkdir -p builddir cd builddir ../configure --prefix="/usr" make install