Skip to content

Commit

Permalink
fix: add missing dependency for building on fedora
Browse files Browse the repository at this point in the history
This adds a missing dependency for building on Fedora 41. May also be an
issue on other Fedora releases.
  • Loading branch information
kada49 committed Dec 8, 2024
1 parent 7a067f6 commit bfee046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING_ON_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Alternatively you can use the [chatterino2-git](https://aur.archlinux.org/packag
_Most likely works the same for other Red Hat-like distros. Substitute `dnf` with `yum`._

```sh
sudo dnf install qt6-qtbase-devel qt6-qtimageformats qt6-qtsvg-devel qt6-qt5compat-devel g++ git openssl-devel boost-devel cmake
sudo dnf install qt6-qtbase-devel qt6-qtimageformats qt6-qtsvg-devel qt6-qtbase-private-devel qt6-qt5compat-devel g++ git openssl-devel boost-devel cmake
```

### NixOS 18.09+
Expand Down

0 comments on commit bfee046

Please sign in to comment.