mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
docs(compiling): fix fedora instructions
This commit is contained in:
parent
a8fd1d1dd1
commit
74930df83b
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,8 @@ You also need rust; only the latest stable version is supported.
|
|||
|
||||
```shell
|
||||
pacman -S gtk3 gtk-layer-shell
|
||||
# for http support
|
||||
pacman -S openssl
|
||||
```
|
||||
|
||||
### Ubuntu/Debian
|
||||
|
@ -31,7 +33,9 @@ apt install libssl-dev
|
|||
### Fedora
|
||||
|
||||
```shell
|
||||
dnf install gtk3 gtk-layer-shell
|
||||
dnf install gtk3-devel gtk-layer-shell-devel
|
||||
# for http support
|
||||
dnf install openssl-devel
|
||||
```
|
||||
|
||||
## Features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue