Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 1117

Building for android from cygwin

$
0
0
I am trying to build OpenCV for android as a static library. I went through https://github.com/opencv/opencv/wiki/Building_OpenCV4Android_from_trunk and saw that it mentions cygwin's make is not supported and i can use gnu make from ndk. I have android-ndk-r11c, does this still hold true? should i be able to just do `ln -s ndk_makepath.exe /bin/make.exe` and make it work? Also does someone know what the problem with cygwin make is?

Viewing all articles
Browse latest Browse all 1117

Trending Articles