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

Update INSTALL.md

This commit is contained in:
An-dy 2015-06-11 12:52:11 +12:00
parent 0267e2654a
commit 8c71230ce7

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