I did it successfully on Fedora 22. I installed mingw32 and a mingw32 package 
for all the dependencies except webp (even leptonica was precompiled). Then I 
compiled and installed webp and finally compiled tesseract. To compile each, 
make a build folder like: .../webp/build_win32 then run mingw32_configure. Then 
make and make install (for the library). Mingw32_configure looks for configure 
in the parent directory, sets up a special environment and then executes it 
(you execute autogen.sh first to create configure). I then copied API/tesseract 
to my windows machine and tried to run it. It would then complain about each 
DLL it needed. Back on the Linux machine I would dig out the DLL from the 
mingw32 root somewhere in /usr/ and copy it to the Windows machine. Once it 
gave a general error but it was still a missing DLL (libz I think). Once all 
the DLLs are there it works great.

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/28a342f1-e2f6-4a2a-9acb-b573f00fb331%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to