-
Notifications
You must be signed in to change notification settings - Fork 744
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
Issue: missing ./configure file while updating libjpeg-turbo dependency of leptonica from v1.5.3 to >v2.0.4 #1163
Comments
* Introduce `macosx-arm64` builds for Leptonica and Tesseract (issue #814) * Upgrade presets for zlib 1.2.12
Yes, they've removed the files for Autotools. It's such a mess anyway with the other libraries too, so I've taken the time to move everything for Leptonica and Tesseract to CMake. Please give it a try with the snapshots: http://bytedeco.org/builds/ |
Thanks for getting back to me so quickly @saudet ! Let me try this and get back to you by end of this week. |
Hi @saudet |
They already are in master.
|
Thanks for that update @saudet ! Do you have a rough timeline on when v1.5.8 will be released? |
Well, 1.5.7 was just released, so not too soon! You need to tell me about this before making releases, not after. That's why there are snapshots. |
I'm curious when there might be a release to resolve this? Thanks. |
Probably sometime this fall |
This has been released with version 1.5.8. Enjoy! |
Hi,
I wanted to rebuild the leptonica preset with the LIBJPEG v2.0.4 or higher. I am currently on a Windows 10 environment.
I tried to change the version here:
javacpp-presets/leptonica/cppbuild.sh
Line 13 in 78540be
and also here:
javacpp-presets/leptonica/cppbuild.sh
Line 21 in 78540be
However, unlike LIBJPEG v1.5.x, there is no ./configure file in LIBJPEG v2.x. Can someone please help with making the changes to cppbuild.sh script?
The text was updated successfully, but these errors were encountered: