mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 00:41:28 +00:00
Updated Development Setup (markdown)
parent
981f9a9ba3
commit
dd24429675
|
@ -17,9 +17,7 @@ The Arch User Repository (AUR) has the convenient `sway-git` and `wlroots-git` p
|
|||
|
||||
## Fedora
|
||||
|
||||
Fedora requires installing all of the dependencies one-by-one. `--releasever=29` is required as dependencies for versions below 29 are outdated.
|
||||
|
||||
**Note**: `wayland-protocols-devel` is currently outdated for release 29. You will need to pull and install this for yourself from https://github.com/wayland-project/wayland-protocols.
|
||||
Fedora requires installing all of the dependencies one-by-one. If a dependency is outdated, build it as a subproject (see below).
|
||||
|
||||
```sh
|
||||
dnf install -y --releasever=29 git gcc meson ninja-build wayland-devel mesa-libEGL-devel mesa-libGLES-devel mesa-dri-drivers xorg-x11-server-Xwayland libdrm-devel libgbm-devel libxkbcommon-devel libudev-devel pixman-devel libinput-devel libevdev-devel systemd-devel cairo-devel libpcap-devel json-c-devel pam-devel pango-devel pcre-devel gdk-pixbuf2-devel
|
||||
|
|
Loading…
Reference in a new issue