On Sun, Apr 29, 2012 at 07:12:11AM -0700, Pavel Mazniker wrote: > How to make ./configure to find leptonica on windows when building > tesseract using mingw+msys ?
I'm not very familiar with Windows or mingw, but I know that when installing leptonica in an alternative place on GNU/Linux I had to run ./configure like this: LIBLEPT_HEADERSDIR=$HOME/local/include ./configure \ --with-extra-libraries=$HOME/local/lib Where $HOME/local/lib is the path to the liblept library files, and $HOME/local/include is the path to the leptonica header files. Nick -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en

