mirror of
https://github.com/vale981/yabar
synced 2025-03-04 17:11:38 -05:00
Add missing dependencies for Fedora in README.md
This commit is contained in:
parent
227a0ec695
commit
d606a5a81b
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ AUR: [yabar](https://aur.archlinux.org/packages/yabar/) and [yabar-git](https://
|
|||
[yabar](http://packages.ubuntu.com/search?keywords=yabar&searchon=names&suite=all§ion=all) in [Yakkety Yak](http://packages.ubuntu.com/yakkety/yabar)
|
||||
|
||||
### From Source
|
||||
Yabar initially requires libconfig, cairo, pango and alsa. The feature `DYA_INTERNAL_EWMH` in `Makefile` additionaly xcb-ewmh (or xcb-util-wm in some distros) and the feature `-DYA_ICON` requires gdk-pixbuf2. These dependencies can be installed through your distribution's package manager:
|
||||
Yabar initially requires a C compiler (e.g. gcc or clang), make as well as the libraries libconfig, cairo, pango and alsa. The feature `DYA_INTERNAL_EWMH` in `Makefile` additionaly xcb-ewmh (or xcb-util-wm in some distros) and the feature `-DYA_ICON` requires gdk-pixbuf2. These dependencies can be installed through your distribution's package manager:
|
||||
|
||||
* Fedora: `dnf install libconfig-devel cairo-devel pango-devel gdk-pixbuf2-devel alsa-lib-devel`
|
||||
* Fedora: `dnf install libconfig-devel cairo-devel pango-devel gdk-pixbuf2-devel alsa-lib-devel xcb-util-wm-devel`
|
||||
* Debian / Ubuntu: `apt-get install libcairo2-dev libpango1.0-dev libconfig-dev libxcb-randr0-dev libxcb-ewmh-dev libgdk-pixbuf2.0-dev libasound2-dev`
|
||||
|
||||
You can install yabar as follows:
|
||||
|
|
Loading…
Add table
Reference in a new issue