aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-02-04 03:51:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-02-04 03:51:47 +0000
commitb1e1475a64f7562ae2bd55791ddd0bfe6d4e9f01 (patch)
treeadca03569dbd9ff565f9e78d179d10bde5b8d676
parent392ca132fbe58bb15bd98dae78f402f90e8bdb5b (diff)
added missing dependency: libcvaux-dev
svn path=/trunk/externals/pix_opencv/; revision=17024
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index bdeda2a..f877d28 100644
--- a/README.txt
+++ b/README.txt
@@ -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