Configuring OpenCV 2.0 with CodeLite

General questions regarding the usage of CodeLite
malta
CodeLite Curious
Posts: 4
Joined: Thu Dec 31, 2009 4:02 am
Genuine User: Yes
IDE Question: C++
Contact:

Configuring OpenCV 2.0 with CodeLite

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Configuring OpenCV 2.0 with CodeLite

Post 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
Make sure you have read the HOW TO POST thread
malta
CodeLite Curious
Posts: 4
Joined: Thu Dec 31, 2009 4:02 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Configuring OpenCV 2.0 with CodeLite

Post by malta »

thank you!. Finally i could use openCV 2.0.
Post Reply