Hi,

I built and installed tesseract without root access, as I needed to
run it on a cluster (well, wanted to, for extra cool points.)

I built them like this:

leptonica:
./configure --prefix=$HOME/local/
make install

tesseract:
LIBLEPT_HEADERSDIR=$HOME/local/include ./configure \
  --prefix=$HOME/local/ --with-extra-libraries=$HOME/local/lib
make install

That should be all you need. Let me know if you run into issues.

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

Reply via email to