mirror of
https://github.com/yshui/picom.git
synced 2024-11-25 14:06:08 -05:00
Add packages needed for building on Fedora to README.
This commit is contained in:
parent
d974367a04
commit
3d4f9f925f
1 changed files with 7 additions and 1 deletions
|
@ -91,12 +91,18 @@ Assuming you already have all the usual building tools installed (e.g. gcc, pyth
|
|||
* libev
|
||||
* uthash
|
||||
|
||||
On Debian based distributions (e.g. Ubuntu), the list of needed packages are
|
||||
On Debian based distributions (e.g. Ubuntu), the needed packages are
|
||||
|
||||
```
|
||||
libxext-dev libxcb1-dev libxcb-damage0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-render-util0-dev libxcb-render0-dev libxcb-randr0-dev libxcb-composite0-dev libxcb-image0-dev libxcb-present-dev libxcb-xinerama0-dev libxcb-glx0-dev libpixman-1-dev libdbus-1-dev libconfig-dev libgl1-mesa-dev libpcre2-dev libpcre3-dev libevdev-dev uthash-dev libev-dev libx11-xcb-dev
|
||||
```
|
||||
|
||||
On Fedora, the needed packages are
|
||||
|
||||
```
|
||||
dbus-devel gcc git libconfig-devel libdrm-devel libev-devel libX11-devel libX11-xcb libXext-devel libxcb-devel mesa-libGL-devel meson pcre-devel pixman-devel uthash-devel xcb-util-image-devel xcb-util-renderutil-devel xorg-x11-proto-devel
|
||||
```
|
||||
|
||||
To build the documents, you need `asciidoc`
|
||||
|
||||
### To build
|
||||
|
|
Loading…
Reference in a new issue