我在 Windows 上工作
我想在 android 应用程序中使用开源 tess-two 项目进行图像处理 - https://github.com/rmtheis/tess-two。
现在,根据本教程 - http://gaut.am/making-an-ocr-android-app-using-tesseract/ 我需要使用 ndk-build 构建 tess-two。
我现在在哪里:
我下载了 ndk 并运行了安装程序,现在我有了 android-ndk-r10d 文件夹 - 从这里https://developer.android.com/tools/sdk/ndk/index.html。
还从https://github.com/rmtheis/tess-two下载了 zip 文件,解压到一个文件夹中。
我的问题是——
为了构建 tess-two 项目并将其导入 Eclipse,我是否需要其他任何东西(除了 ndk-build 脚本)?
具体步骤是什么?
我还阅读了一些关于 Cygwin 的内容。我需要它吗?
任何帮助,将不胜感激!