I am Working on Windows
I want to use the open source tess-two project for image processing in an android application - https://github.com/rmtheis/tess-two.
now, according to this tutorial - http://gaut.am/making-an-ocr-android-app-using-tesseract/ I need to build the tess-two with ndk-build.
Where I am right now:
I downloaded the ndk and run the installer, and now I have the android-ndk-r10d folder - from here https://developer.android.com/tools/sdk/ndk/index.html.
Also downloaded the zip file from https://github.com/rmtheis/tess-two extracted to a folder .
My question is -
Do I need anything else (besides the ndk-build script) in order to build the tess-two project and import it into eclipse?
What are the exact steps?
I also read something about Cygwin.. Do I need it?
any help would be appreciated!