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:
parent
68cc02a151
commit
94e467e561
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user