【发布时间】:2015-04-23 10:03:39
【问题描述】:
我在 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文件解压到一个文件夹中。
我的问题是 -
我是否需要其他任何东西(除了 ndk-build 脚本)来构建 tess-two 项目并将其导入到 eclipse 中?
具体步骤是什么?
我还阅读了一些关于 Cygwin 的文章。我需要它吗?
任何帮助将不胜感激!
【问题讨论】:
标签: android windows build android-ndk tess-two