mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
updated the Fedora dependency install script (#1082)
just use builddep in Fedora
This commit is contained in:
parent
ef301e071a
commit
537d363d6c
1 changed files with 1 additions and 3 deletions
|
@ -314,9 +314,7 @@ sudo apt install cmake gcc make automake liblmdb-dev \
|
|||
##### Fedora
|
||||
|
||||
```bash
|
||||
sudo dnf install qt5-qtbase-devel qt5-linguist qt5-qtsvg-devel qt5-qtmultimedia-devel \
|
||||
qt5-qtquickcontrols2-devel qtkeychain-qt5-devel spdlog-devel openssl-devel \
|
||||
libolm-devel cmark-devel lmdb-devel lmdbxx-devel tweeny-devel
|
||||
sudo dnf builddep nheko # note that some newer packages might not be captured by that
|
||||
```
|
||||
|
||||
##### Guix
|
||||
|
|
Loading…
Reference in a new issue