From 8c71230ce7d0d2f3b80077f525aff0fb8248e801 Mon Sep 17 00:00:00 2001 From: An-dy Date: Thu, 11 Jun 2015 12:52:11 +1200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 60fa12015..a21def1ca 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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