liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.71k forks source link

Android make files / building guide #177

Open MrEsp opened 8 years ago

MrEsp commented 8 years ago

@liuliu Hello,

Could you please tell a few words on building your lib on Android ? What is the simplest way to do it ? As there are no make files, it can be tricky.

morenoh149 commented 8 years ago

there's a makefile also a bin folder with compiled binaries. I think you need to link the binary into your Android app. This is something that interests me as well.

Some googling points to using the android-ndk and compiling targeting ARM architecture.

odunboye commented 8 years ago

Hello @liuliu, i am also Interested in IOS build.

morenoh149 commented 8 years ago

@odunboye https://www.packtpub.com/books/content/linking-opencv-ios-project

odunboye commented 8 years ago

thanks, will check it out.

On Tue, Apr 26, 2016 at 3:58 PM, Harry Moreno notifications@github.com wrote:

@odunboye https://github.com/odunboye https://www.packtpub.com/books/content/linking-opencv-ios-project

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/liuliu/ccv/issues/177#issuecomment-214773226