diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-02-04 03:51:47 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-02-04 03:51:47 +0000 |
commit | b1e1475a64f7562ae2bd55791ddd0bfe6d4e9f01 (patch) | |
tree | adca03569dbd9ff565f9e78d179d10bde5b8d676 | |
parent | 392ca132fbe58bb15bd98dae78f402f90e8bdb5b (diff) |
added missing dependency: libcvaux-dev
svn path=/trunk/externals/pix_opencv/; revision=17024
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ pix_opencv depends on OpenCV 2.x and >1.5 (for old externals) # (actually only tested in GNU/Linux Ubuntu) # this new version requiered OpenCV 2.3, available with apt-get since 12.04 : -apt-get install libopencv-dev libcv-dev libhighgui-dev +apt-get install libopencv-dev libcv-dev libhighgui-dev libcvaux-dev # for other systems, you can build the lib from source, see this : # http://opencv.willowgarage.com/wiki/InstallGuide |