mirror of https://github.com/polybar/polybar.git
Info for building on Fedora-based systems
parent
a89e3e67e3
commit
c3c49fd2be
24
Compiling.md
24
Compiling.md
|
@ -36,6 +36,30 @@ libiw-dev
|
|||
libcurl4-openssl-dev
|
||||
~~~
|
||||
|
||||
### Fedora build dependencies
|
||||
~~~ sh
|
||||
sudo dnf install cmake @development-tools gcc-c++
|
||||
sudo dnf install cairo-devel xcb-proto xcb-util-devel xcb-util-wm-devel xcb-util-image-devel
|
||||
|
||||
# Optional module dependencies #
|
||||
################################
|
||||
|
||||
# i3
|
||||
# doesn't appear to actually require i3 to build
|
||||
|
||||
# Volume
|
||||
sudo dnf install alsa-lib-devel
|
||||
|
||||
# Network
|
||||
sudo dnf install wireless-tools-devel
|
||||
|
||||
# MPD
|
||||
sudo dnf install libmpdclient-devel
|
||||
|
||||
# Github
|
||||
sudo dnf install libcurl-devel
|
||||
~~~
|
||||
|
||||
## Building
|
||||
~~~ sh
|
||||
git clone --recursive https://github.com/jaagr/polybar
|
||||
|
|
Loading…
Reference in New Issue