Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Makefile to build properly #398

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ZkHaider
Copy link

@ZkHaider ZkHaider commented Feb 15, 2019

Currently the wrong path exists for libpng in the Makefile if you'd like to build the frameworks yourself. I modified it to point to the right ftp url.

Also please note that for libtiff-ios the following ftp link will not work:
ftp://ftp.remotesensing.org/pub/libtiff/$(TIFF_NAME).tar.gz

You can alternatively use 👇
https://download.osgeo.org/libtiff/$(TIFF_NAME).tar.gz

@ZkHaider
Copy link
Author

I also went ahead and added bitcode enabled static libs, in case people want to roll them into their own apps.

These static libs are included in /TesseractOCR/libs with the post-fix _all and are built for all architectures, if you'd like to thin it down you can use the lipo tool to do so.

@kentkrantz
Copy link

kentkrantz commented Jun 28, 2019

@ZkHaider Would you pls add arm64e form A12x CPU?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants