weston 1: 编译与运行傻瓜教程(补充)

系统kubuntu23.10

git clone https://gitlab.freedesktop.org/wayland/wayland.git

86588fbdebe7f6ac9363d98f524e4ae14bd4b019

meson build/ --prefix=$WLD

ninja -C build/ install

git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git

c4f559866f133d0b4949bd92f691450d48f030ff

meson build/ --prefix=$WLD

ninja -C build/ install

git clone https://gitlab.freedesktop.org/libinput/libinput.git

106b61e21676a6ea8120702fd47e45a96d7875d3

meson build/ --prefix=$WLD

ninja -C build/ install

git clone https://gitlab.freedesktop.org/wayland/weston.git

785f9041422c7d35532cda10e6cf65934b43300b

sudo apt install libxcb-cursor-dev

meson build/ --prefix=$WLD

ninja -C build/ install

你可能感兴趣的:(weston)