Last active
May 6, 2019 21:19
-
-
Save Josef-Friedrich/7ad25485b5717ab837471d84e595d3f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected]: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