为iOS编译tesseract

时间:2012-02-27 08:52:11

标签: iphone cross-compiling tesseract

我正在尝试为iOS 4.0编译tesseract 3.01。 tesseract的配置脚本失败,出现以下错误:

checking for acos... yes
checking for asin... yes
checking for leptonica... yes
checking for pixCreate in -llept... no
configure: error: leptonica library missing
make: *** [config.status] Error 1

我已经构建了leptonica 1.68并设置了正确的LDFLAGS和LIBLEPT_LIBDIR值。我错过了什么吗?

1 个答案:

答案 0 :(得分:3)

您可以使用预构建的库本身。请看这里https://stackoverflow.com/a/9124709/641062