Wednesday, February 07, 2007

OpenCV on OpenSolaris

I had some problems getting OpenCV working on OpenSolaris.

Finally found a solution. Just do a
./configure AR=ar
else
./configure && make AR=ar

Couldn't find any link for OpenCV on OpenSolaris/Solaris so hope this helps people who are trying this out.

Technorati Tags: , ,

1 comment:

Shiyad J said...

Could you please help me with providing complete steps you followed to set up opencv in solaris.