1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

docs(compiling): improve requirements list

This commit is contained in:
Jake Stanger 2023-05-05 22:29:16 +01:00
parent 5c18ec8ba0
commit 139bc5d23f
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -12,6 +12,7 @@ install target/release/ironbar ~/.local/bin/ironbar
## Build requirements
To build from source, you must have GTK (>= 3.22) and GTK Layer Shell installed.
You also need rust; only the latest stable version is supported.
### Arch
@ -22,7 +23,9 @@ pacman -S gtk3 gtk-layer-shell
### Ubuntu/Debian
```shell
apt install libgtk-3-dev libgtk-layer-shell-dev
apt install build-essential libgtk-3-dev libgtk-layer-shell-dev
# for http support
apt install libssl-dev
```
### Fedora