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

Cleaning up linkage again.

This commit is contained in:
Corey Sheldon 2016-01-01 15:49:12 -05:00
parent f70e720d3f
commit 18b966e685

View File

@ -370,7 +370,10 @@ make -j$(nproc)
sudo make install sudo make install
``` ```
### Sqlcipher compiling (Fedora) ### sqlcipher
If you are not using Fedora, skip this section, and go directly to installing [**toxcore**](#toxcore-dependencies).
```bash ```bash
git clone https://github.com/sqlcipher/sqlcipher git clone https://github.com/sqlcipher/sqlcipher
cd sqlcipher cd sqlcipher