mirror of https://github.com/polybar/polybar.git
Updated Compiling (markdown)
parent
1f92ca9819
commit
0d80a32e9f
37
Compiling.md
37
Compiling.md
|
@ -1,26 +1,15 @@
|
|||
## apt-get packages
|
||||
~~~
|
||||
Required libraries:
|
||||
cmake
|
||||
cmake-data
|
||||
libfontconfig1-dev
|
||||
libfreetype6-dev
|
||||
libghc-x11-xft-dev
|
||||
libx11-xcb-dev
|
||||
libxcb1-dev
|
||||
libxcb-ewmh-dev
|
||||
libxcb-icccm4-dev
|
||||
libxcb-image0-dev
|
||||
libxcb-randr0-dev
|
||||
libxcb-util0-dev
|
||||
libxcb-xkb-dev
|
||||
pkg-config
|
||||
python-xcbgen
|
||||
xcb-proto
|
||||
## apt-get
|
||||
|
||||
Optional dependencies for extended module support:
|
||||
i3-wm
|
||||
libasound2-dev
|
||||
libmpdclient-dev
|
||||
libiw-dev
|
||||
### Required libraries
|
||||
~~~
|
||||
cmake cmake-data
|
||||
libfontconfig1-dev libfreetype6-dev libghc-x11-xft-dev libx11-xcb-dev
|
||||
libxcb1-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-image0-dev
|
||||
libxcb-randr0-dev libxcb-util0-dev libxcb-xkb-dev
|
||||
pkg-config python-xcbgen xcb-proto
|
||||
~~~
|
||||
|
||||
### Optional dependencies for extended module support
|
||||
~~~
|
||||
i3-wm libasound2-dev libmpdclient-dev libiw-dev
|
||||
~~~
|
Loading…
Reference in New Issue