Add Fedora dependency list (#188)

* Add Fedora dependency list

* Change Fedora command to one-liner
This commit is contained in:
sportluffi 2020-12-04 17:10:16 +01:00 committed by GitHub
parent 2448c18c8c
commit e7073a6444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,13 @@ sudo apt install autoconf gcc make pkg-config libpam0g-dev libcairo2-dev libfont
- xcb-util-image
- xcb-util-xrm
### Fedora
Run this command to install all dependencies:
```sh
sudo dnf install -y autoconf automake cairo-devel fontconfig gcc libev-devel libjpeg-turbo-devel libXinerama libxkbcommon-devel libxkbcommon-x11-devel libXrandr pam-devel pkgconf xcb-util-image-devel xcb-util-xrm-devel
```
## Building i3lock-color
Before you build - check and see if there's a packaged version available for your distro (there usually is, either in a community repo/PPA).