i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit e7073a64449ebcd973dd9f15350571227050ce1e
parent 2448c18c8c96fe6dfaa76fa8c8bddc9491724d63
Author: sportluffi <2623906+sportluffi@users.noreply.github.com>
Date:   Fri,  4 Dec 2020 17:10:16 +0100

Add Fedora dependency list (#188)

* Add Fedora dependency list

* Change Fedora command to one-liner
Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -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).