1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge branch 'pr2992'

This commit is contained in:
tux3 2016-03-12 01:11:48 +01:00
commit dd8a30f4ee
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -196,7 +196,7 @@ sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools li
**This means that you have to compile sqlcipher yourself, otherwise compiling qTox will fail.**
```bash
sudo dnf group install "Development Tools"
sudo dnf groupinstall "Development Tools" (can also use sudo dnf install @"Development Tools")
sudo dnf install qt-devel qt-doc qt-creator qt5-qtsvg qt5-qtsvg-devel openal-soft-devel libXScrnSaver-devel qrencode-devel ffmpeg-devel qtsingleapplication qt5-linguist gtk2-devel
```