diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2012-12-26 20:06:07 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2012-12-26 20:06:07 +0000 |
commit | 60870d20985cde56248453049610f62e68b8442e (patch) | |
tree | 81bdb0eccef42a483cb7ba8742236c02b1e29061 | |
parent | d1af53b3a1cc5d703e703648f7407636e5027894 (diff) |
change INSTALL to README and update
svn path=/trunk/externals/pix_opencv/; revision=16763
-rw-r--r-- | README (renamed from INSTALL) | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,9 +9,9 @@ cd pure-data/trunk/externals/pix_opencv ===== GNU/Linux ===== (actually only tested in GNU/Linux Ubuntu) -this new version requiered OpenCV 2.3, available with apt-get since 12.04 +this new version requiered OpenCV 2.3, available with apt-get since 12.04 : -apt-get install libopencv-dev +apt-get install libopencv-dev libcv-dev libhighgui-dev for other systems, you must build the lib from source, see this : http://opencv.willowgarage.com/wiki/InstallGuide |