readme: format dependencies

This commit is contained in:
patrick96 2018-09-16 21:21:50 +02:00 committed by NBonaparte
parent 6df18fc8b3
commit b9777a48c5

View File

@ -95,25 +95,25 @@ If you are using **Gentoo**, both release and git-master versions are available
### Dependencies ### Dependencies
A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.html), [gcc-5.1+](https://gcc.gnu.org/releases.html)), [cmake 3.1+](https://cmake.org/download/), [git](https://git-scm.com/downloads) A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.html), [gcc-5.1+](https://gcc.gnu.org/releases.html)), [cmake 3.1+](https://cmake.org/download/), [git](https://git-scm.com/downloads)
- cairo - `cairo`
- libxcb - `libxcb`
- python2 - `python2`
- xcb-proto - `xcb-proto`
- xcb-util-image - `xcb-util-image`
- xcb-util-wm - `xcb-util-wm`
**Optional dependencies:** **Optional dependencies:**
- xcb-util-cursor *required for the `cursor-click` and `cursor-scroll` settings* - `xcb-util-cursor` *required for the `cursor-click` and `cursor-scroll` settings*
- xcb-util-xrm *required for accessing X resources with `${xrdb:...}`* - `xcb-util-xrm` *required for accessing X resources with `${xrdb:...}`*
**Optional dependencies for extended module support:** **Optional dependencies for extended module support:**
- alsa-lib *required by `internal/alsa`* - `alsa-lib` *required by `internal/alsa`*
- libpulse *required by `internal/pulseaudio`* - `libpulse` *required by `internal/pulseaudio`*
- i3-wm *required by `internal/i3`* - `i3-wm` *required by `internal/i3`*
- jsoncpp *required by `internal/i3`* - `jsoncpp` *required by `internal/i3`*
- libmpdclient *required by `internal/mpd`* - `libmpdclient` *required by `internal/mpd`*
- libcurl *required by `internal/github`* - `libcurl` *required by `internal/github`*
- libnl-genl or wireless_tools *required by `internal/network`* - `libnl-genl` or `wireless_tools` *required by `internal/network`*
Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/polybar/wiki/Compiling). Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/polybar/wiki/Compiling).