Skip to content

Instantly share code, notes, and snippets.

@Josef-Friedrich
Last active May 6, 2019 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Josef-Friedrich/7ad25485b5717ab837471d84e595d3f1 to your computer and use it in GitHub Desktop.
Save Josef-Friedrich/7ad25485b5717ab837471d84e595d3f1 to your computer and use it in GitHub Desktop.
sudo apt-get install libgles2-mesa-dev libdrm2 libdrm-dev libegl1-mesa-dev xwayland
sudo apt-get install meson cmake build-essential libinput10 libinput-dev libxkbcommon0 libxkbcommon-dev libudev-dev libxcb-image0 libxcb-image0-dev libxcb-composite0 libxcb-composite0-dev libxcb-xkb1 libxcb-xkb-dev libgbm1 libgbm-dev libdbus-1-dev libsystemd-dev zlib1g-dev libpixman-1-dev libxcb-ewmh-dev wayland-protocols git
git clone git@github.com:swaywm/wlroots.git
# meson >= 0.47.1
sudo pip3 install meson
meson build
# error need wayland-protocols >= 1.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment