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

feat: add ARM64 support #112

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

feat: add ARM64 support #112

wants to merge 8 commits into from

Conversation

bweigel
Copy link
Owner

@bweigel bweigel commented Nov 7, 2022

No description provided.

@mnai-prout-james
Copy link

@bweigel - thanks for this, even though still in draft.

I got this to work locally via clang instead of gss compiler, which appears to be the recommendation from the tesseract team too.

Edits were:

RUN yum -y install clang gcc-c++ make autoconf aclocal automake libtool \

and:

RUN echo "/opt/leptonica/lib" > /etc/ld.so.conf.d/leptonica.conf
RUN echo sudo ldconfig

I also stripped out CXXFLAGS on the tesseract build

It took an age to build, but that could be my laptop. Either way - I've just published to my AWS account as a layer and working just fine, thanks!

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