Page 1 of 1

Configuring OpenCV 2.0 with CodeLite

Posted: Thu Dec 31, 2009 5:00 am
by malta
Hi, well i'm trying to use the new openCV 2.0 with codeLite but it give me a lot of errors, I really donĀ“t know how to put de settings in the linker or add de include files of the library, if someone can help me i really apreciate that.

CodeLite is the best IDE for C++ i've tried so i really don't want to change to other like devc++ or codeblocks, but i need to use openCV 2.0. I've search a lot but i didn't find some useful information.

Thanks guys.

Re: Configuring OpenCV 2.0 with CodeLite

Posted: Thu Dec 31, 2009 8:49 am
by eranif
Right click on your project, and select 'settings'

In the 'Linker' tab, set all the linker flags that you need.
In the 'Compiler' tab set all the compiler flags that you need.

If you need help to configure something specific, post it here.


Eran

Re: Configuring OpenCV 2.0 with CodeLite

Posted: Fri Jan 01, 2010 12:32 am
by malta
thank you!. Finally i could use openCV 2.0.