mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
Update INSTALL.
This commit is contained in:
parent
5effc9581c
commit
9018d5d14f
2 changed files with 9 additions and 4 deletions
|
@ -4,11 +4,9 @@ language: c
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libxinerama-dev
|
||||
- autoconf
|
||||
- automake
|
||||
- make
|
||||
- libxft-dev
|
||||
- libx11-dev
|
||||
- libpango1.0-dev
|
||||
- libcairo2-dev
|
||||
|
|
11
INSTALL.md
11
INSTALL.md
|
@ -13,14 +13,21 @@
|
|||
|
||||
### External libraries
|
||||
|
||||
* libxinerama
|
||||
* libpango
|
||||
* libpangocairo
|
||||
* libcairo
|
||||
* libcairo-xlib
|
||||
* libcairo-xcb
|
||||
* libglib2.0 >= 2.40
|
||||
* libx11
|
||||
* libstartup-notification-1.0
|
||||
* libxkbcommon-dev
|
||||
* libxkbcommon-x11-dev
|
||||
* libxcb-ewmh-dev
|
||||
* libxcb-icccm4-dev
|
||||
* libxcb-util0-dev
|
||||
* libxcb-xinerama0-dev
|
||||
* libxcb-xkb-dev
|
||||
* libxcb1-dev
|
||||
|
||||
On debian based systems, the developer packages are in the form of: `<package>-dev` on rpm based
|
||||
'<package>-devel'.
|
||||
|
|
Loading…
Add table
Reference in a new issue