mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-24 16:06:26 -05:00
Update README.md
This commit is contained in:
parent
110d5d58bd
commit
b46038848c
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -63,8 +63,15 @@ Many little improvements have been made to i3lock over time:
|
|||
- i3lock uses PAM and therefore is compatible with LDAP etc.
|
||||
On OpenBSD i3lock uses the bsd\_auth(3) framework.
|
||||
|
||||
Requirements
|
||||
------------
|
||||
## Building
|
||||
|
||||
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).
|
||||
|
||||
If there's no packaged version available - think carefully, since you're using a forked screen locker at your own risk.
|
||||
|
||||
If you don't understand what makefiles are and how they work, start reading [here](http://www.tldp.org/HOWTO/Software-Building-HOWTO-3.html). If you're building from source - make sure you're keeping up to date.
|
||||
|
||||
### Required Packages
|
||||
- pkg-config
|
||||
- libxcb
|
||||
- libxcb-util
|
||||
|
@ -79,6 +86,8 @@ Requirements
|
|||
- libxkbcommon >= 0.5.0
|
||||
- libxkbcommon-x11 >= 0.5.0
|
||||
|
||||
(On centos/RHEL/etc, the packages tend to look like `cairo-devel` instead of `libcairo-dev`. Use `yum provides \*/<header.h>` to figure out what packages you need.)
|
||||
|
||||
##### Ubuntu
|
||||
|
||||
sudo apt-get install pkg-config libxcb1 libpam-dev libcairo-dev libxcb-composite0 libxcb-composite0-dev libxcb-xinerama0-dev libev-dev libx11-dev libx11-xcb-dev libxkbcommon0 libxkbcommon-x11-0 libxcb-dpms0-dev libxcb-image0-dev libxcb-util0-dev libxcb-xkb-dev libxkbcommon-x11-dev libxkbcommon-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue