E
E
Elsedar2013-04-18 12:05:59
Android
Elsedar, 2013-04-18 12:05:59

Do you have Boost, OpenCV, Tesseract libraries compiled for use with Android NDK?

I am writing my first Android app. Faced with binding some C++ functionality to Java for Android.
I use the ones mentioned above. Compiling them myself now under the ARM architecture, well, I just don’t feel like wildly, given that the machine is weak, and the boost will be assembled for half a century. And I also don’t want to understand the assembly of all these libs.
Maybe someone has already encountered a similar problem, and has already compiled these libraries.
So please share if you have any.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mephi1984, 2013-04-18
@Mephi1984

Boost is a collection of libraries. You don't have to collect all of them, just some. Then the assembly is not so slow.
I have, as a static library for ARM7, this:
boost.thread
boost.signals
boost.regex boost.datetime Is
that
enough?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question