mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 03:01:04 +02:00
docs(compiling): improve requirements list
This commit is contained in:
parent
5c18ec8ba0
commit
139bc5d23f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue