Update BUILDING_ON_LINUX.md

This commit is contained in:
fourtf 2020-08-13 21:41:54 +02:00 committed by GitHub
parent fcf55a1689
commit 95d6be6bb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,7 @@ install [chatterino2-git](https://aur.archlinux.org/packages/chatterino2-git/) f
1. create build folder `mkdir build && cd build` 1. create build folder `mkdir build && cd build`
1. `qmake .. && make` 1. `qmake .. && make`
## Fedora ## Fedora 28 and above
Run `dnf install chatterino2`
## Manually building for Fedora 28 and above
*most likely works the same for other Red Hat-like distros. Substitue `dnf` with `yum`.* *most likely works the same for other Red Hat-like distros. Substitue `dnf` with `yum`.*
### Development dependencies ### Development dependencies
1. `sudo dnf install qt5-qtbase-devel qt5-qtmultimedia-devel qt5-qtsvg-devel libsecret-devel openssl-devel boost-devel` 1. `sudo dnf install qt5-qtbase-devel qt5-qtmultimedia-devel qt5-qtsvg-devel libsecret-devel openssl-devel boost-devel`