Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: furtfight on April 02, 2014, 07:19:52 pm

Title: Opencv for Code::Blocks
Post by: furtfight on April 02, 2014, 07:19:52 pm
Hello,

I want to link the third party library opencv to code::blocks but it seems that the link provided in the wiki http://opencv.willowgarage.com/wiki/CodeBlocks (http://opencv.willowgarage.com/wiki/CodeBlocks) is broken (I think the site is down for some reason). And I didn't find really find clear explanation on the net about which file of the archive of opencv I have to put in the compiler and linker setting.

Thanks for the helps
Title: Re: Opencv for Code::Blocks
Post by: stahta01 on April 02, 2014, 08:08:56 pm
Read the CB FAQ
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F)

Use the "For your project :" section of FAQ.

Read the Rules for the site http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)

After, you find the Compiler/Linker options it is allowed to ask for help on this site.

Asking what Compiler/Linker options are needed for your 3rd party library is NOT allowed per the rules of this site.

Search terms used to find the below site "code blocks opencv configuration"
http://stackoverflow.com/questions/10876052/how-to-compile-a-program-using-opencv-2-4-3-with-codeblocks (http://stackoverflow.com/questions/10876052/how-to-compile-a-program-using-opencv-2-4-3-with-codeblocks)

Tim S.