INstalling OpenCV
Hi guys just downloadOpenCV , and have a question on how to install it as a static ? witch files do i need ? will i be okay just copying include folder to my project folder ? or do i need something more , also i need it only for c++ so don't want to include java and others as well because i have no use i them
http://docs.opencv.org/trunk/df/d65/t...
i need static not dynamic way
you have to build yourself using cmake :
and run cmake
cmake will just build me solution i am asking how to install OpenCV saticly on my project ? would be enought to copy libs and includes ?