karldergrosse / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
0 stars 0 forks source link

Essential Installation after successful make #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please verify the essential installation process after successful make.

Currently,  "make install" moves
ccmain/tesseract -> /usr/local/bin
training/cntraining -> /usr/local/bin
training/mftraining -> /usr/local/bin

And I moved tessdata to /usr/local/bin with
>sudo find tessdata/ -depth -print | cpio -pamvd /usr/local/bin/

There are no other Unix executable files in the build directories.  So as
long as /usr/local/bin in is your path, are you good to go?

Installing Version 1.03 on Mac OS X 10.4.8 (Darwin 8.8.0)

Original issue reported on code.google.com by fredleason@gmail.com on 16 Mar 2007 at 10:14

GoogleCodeExporter commented 9 years ago
Try the subversion version of tesseract with

./configure; make; sudo make install

It should do the right thing (mostly).

Original comment by tmb...@gmail.com on 10 Apr 2007 at 1:00