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

INSTALL.md: correct link and mention sqlcipher for fedora dependencies

This commit is contained in:
Zetok Zalbavar 2016-01-15 16:49:54 +00:00
parent 68cc02a151
commit 94e467e561
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -192,11 +192,16 @@ sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools li
<a name="fedora-other-deps" />
#### Fedora:
**Note that sqlcipher is not included in Fedora(!).**
**This means that you have to compile sqlcipher yourself, otherwise compiling qTox will fail.**
```bash
sudo dnf group 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
```
**Go to [sqlcipher](#sqlcipher) section to compile it.**
<a name="opensuse-other-deps" />
#### openSUSE:
@ -372,7 +377,7 @@ sudo make install
### sqlcipher
If you are not using Fedora, skip this section, and go directly to installing [**toxcore**](#toxcore-dependencies).
If you are not using Fedora, skip this section, and go directly to compiling [**toxcore**](#toxcore-compiling).
```bash
git clone https://github.com/sqlcipher/sqlcipher