I've downloaded the tesseract 4.0 Git repository on a system running Debian 
linux. I've run autogen.sh and configure, then make and 'make install'. 
After successfully installing tesseract on a Mac using Homebrew, the 
'tesseract -v' command produces:
tesseract 4.1.1
 leptonica-1.79.0
  libgif 5.2.1 : libjpeg 9c : libpng 1.6.37 : libtiff 4.1.0 : zlib 1.2.11 : 
libwebp 1.1.0 : libopenjp2 2.3.1
 Found AVX2
 Found AVX
 Found FMA
 Found SSE
However, although no errors are displayed, the resulting tesseract on 
Debian after 'make install' outputs just:
tesseract 4.0.1
 leptonica-1.80.0
  zlib 1.2.8
I found the various libxxx files mentioned in the Mac output above in the 
directory /usr/lib/x86_64-linux-gnu, so I provided it as an option to 
configure:
./configure "LDFLAGS=-L/usr/lib/x86_64-linux-gnu"
to no effect.

Can anyone tell me how to get tesseract to compile with the required 
libraries?

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/f113f6b4-db37-4f2d-ab9c-2bd57026f337%40googlegroups.com.

Reply via email to