Browse Source

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
```
pull/851/head
Carsten Brandt 11 years ago
parent
commit
f59c102caa
  1. 2
      INSTALL.md

2
INSTALL.md

@ -12,7 +12,7 @@ @@ -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 | |
<a name="windows" />

Loading…
Cancel
Save