DanBloomberg / leptonica

Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation.
Other
1.76k stars 387 forks source link

Cmake improve #624

Closed zdenop closed 2 years ago

zdenop commented 2 years ago

Please do not merge this PR yet - openjpeg is causing problem for building tesseract (because of missing path to library)

DanBloomberg commented 2 years ago

Thanks. I'll wait for your OK.

Dan

On Wed, Jun 1, 2022 at 11:42 AM zdenop @.***> wrote:

Please do not merge this PR yet - openjpeg is causing problem for building tesseract (because of missing path to library)

— Reply to this email directly, view it on GitHub https://github.com/DanBloomberg/leptonica/pull/624#issuecomment-1144004743, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD7KMLC5K45CWZG5565MX7LVM6VJXANCNFSM5XOTTL3Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

DanBloomberg commented 2 years ago

Are we still not ready to merge?

zdenop commented 2 years ago

Now it is ready for merge: my test shows it is working from openjpeg-2.1.1 to the latest git clone (2.5.0)

DanBloomberg commented 2 years ago

Great. Thank you for doing this. It's too bad that openjpeg puts the include files in a release specific subdirectory.

VVD commented 2 years ago

Great. Thank you for doing this. It's too bad that openjpeg puts the include files in a release specific subdirectory.

Possibility to install different versions (branches) on one system.