billmccord / OpenCV-Android

A project for porting and optimizing OpenCV for Google's Android OS
http://billmccord.github.com/OpenCV-Android/
444 stars 162 forks source link

New build instructions for android-ndk-r4 #9

Closed gymshoe closed 13 years ago

gymshoe commented 14 years ago

In the BUILD part of your instructions, you indicate running "build/host-setup.sh" and then running "make ...". With the latest android-ndk-r4, Android has changed to using something called "ndk-build" with associated .mk makefiles. The difference in implementation is probably obvious or trivial to you, but I am rather novice and not fully understanding the exact new procedure. If you could update your Build instructions for -r4 sometime, I would appreciate it. Thanks! Jim

mharkus commented 14 years ago

see my entry here on how to set it up under ndk-r4. http://github.com/billmccord/OpenCV-Android/issues#issue/6

billmccord commented 13 years ago

I have also updated the readme and project to allow building using NDK r5.