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

Merge branch 'pr1853'

This commit is contained in:
tux3 2015-06-12 12:53:09 +02:00
commit 76a13701b4
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -153,6 +153,12 @@ Now go to `/home/user/qTox/qTox` (or where you cloned) and simply run :
qmake
make
```
(Debian / Ubuntu / Mint)
If the compiling process stops with a missing dependency like: "... libswscale/swscale.h missing" try:
apt-file search libswscale/swscale.h
And install the package that provide the missing file.
Start make again. Repeat if nessary until all dependencies are installed.
for openSUSE you have to use:
```bash