Skip to content

Commit

Permalink
docs(compiling): fix fedora instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger authored Oct 29, 2023
1 parent a8fd1d1 commit 74930df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 74930df

Please sign in to comment.