Additionally I would suggest to use 3.02 version (in svn) with configure
option "--disable-tessdata-prefix" (a.k.a. windows behavior ;-) ). This
will cause tesseract will expect to have tessdata directory in the same
directory where is tesseract executable (useful if you need portable
tesseract).

If you do not use this option - tesseract will use built-in variable
pointing to $PREFIX directory when searching for tessdata directory.
Of course there is possibility (in both cases) to use environment variable
TESSDATA_PREFIX.

-- 
Zdenko

On Wed, Sep 19, 2012 at 10:56 AM, Nick White <[email protected]>wrote:

> 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
>

-- 
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