From f59c102caa832bbbd4d22b8ae243f86796dff6c2 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Tue, 25 Nov 2014 03:36:33 +0100 Subject: [PATCH] added opencv imgproc to dependencies ``` $ ./qtox ./qtox: error while loading shared libraries: libopencv_imgproc.so.2.4: cannot open shared object file: No such file or directory ``` --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 25280f7a0..718034e83 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ | Qt | >= 5.2.0 | core, gui, network, widget, xml, sql | | GCC/MinGW | >= 4.8 | C++11 enabled | | Tox Core | most recent | core, av | -| OpenCV | >= 2.4.9 | core, highgui | +| OpenCV | >= 2.4.9 | core, highgui, imgproc | | OpenAL Soft | >= 1.16.0 | |