Can't build OpenCV with CMake [closed]

asked 2017-12-10 15:43:18 -0600

kushty gravatar image

updated 2017-12-10 18:23:28 -0600

berak gravatar image

I'm trying to build OpenCV including Java with CMake. When I build, no jar is made. I presume this is because there is no 'BUILD_opencv_java' in the CMake configure list, even though the youtube video I watched shows that there is.

Has anyone got any tips on how to fix this please?

My screen is on the right (missing BUILD_opencv_java), youtube vid is on the left (showing BUILD_opencv_java): https://imgur.com/a/HXpw1

Thanks!

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by berak
close date 2017-12-10 18:24:55.068782

Comments

i read this page and built OpenCV for java

sturkmen gravatar imagesturkmen ( 2017-12-10 15:47:37 -0600 )edit

Brilliant, thank you. The problem, it seems, was that I didn't have Ant or Python installed.

kushty gravatar imagekushty ( 2017-12-10 17:21:39 -0600 )edit