开发者

Where can I find these libraries to install in Ubuntu 8.10?

开发者 https://www.devze.com 2022-12-10 07:22 出处:网络
Here is some information saying some libraries are needed to build OpenCV for programming: -- checking for module \'libunicap\'

Here is some information saying some libraries are needed to build OpenCV for programming:

-- checking for module 'libunicap'

-- package 'libunicap' not found

-- checking for module 'libucil'

-- package 'libucil' not found

-- checking for module 'libv4l1'

-- package 'libv4l1' not found

I t开发者_StackOverflow中文版ried to look it up in Synaptic Package Manager but did not find any. Any advice?


UPDATE:

I am installing OpenCV 2.0 via CMake, following http://opencv.willowgarage.com/wiki/InstallGuide.


Did you try following these instructions which tell you how to install dependencies and build OpenCV on Ubuntu?


This doesn't really belong here but you can try using aptitude which should fetch the dependencies:

sudo aptitude update # just update in case you haven't in a long time.
sudo aptitude install OpenCV 

Just replace OpenCV with the actual package name of OpenCV. Not sure what it is.


Have you taken a look at Ubuntu Canonical Repository?

Because I searched there and I got the libucil (I tested only with it).

0

精彩评论

暂无评论...
验证码 换一张
取 消