Closed GoogleCodeExporter closed 9 years ago
After running ./configure try running autoreconf. It generated config/depcomp
for me.
Original comment by ryan.fai...@gmail.com
on 17 Oct 2009 at 5:26
Sorry I was wrong I had that working for a different scenario.
I did automake --add-missing after configure
Original comment by ryan.fai...@gmail.com
on 17 Oct 2009 at 5:35
I saw this on FreeBSD 6 as well. I'm installing from svn, and it turns out the
INSTALL.SVN
file instructs one to run runautoconf before running configure:
http://code.google.com/p/tesseract-ocr/source/browse/trunk/INSTALL.SVN
Here is what that does on my system:
prompt$ ./runautoconf
Running aclocal
Running autoheader
Running autoconf
Running automake --add-missing --copy
All done.
To build the software now, do something like:
$ ./configure [--with-debug] [...other options]
$ make
prompt$
I'm not sure whether this script is included in 2.04, but I would guess that
the 'automake
--add-missing' call is what matters, as Ryan suggests. It would be nice not to
require that
step on OS X/FreeBSD in released versions.
Original comment by whit537@gmail.com
on 10 Nov 2009 at 8:10
On a Macbook Air running 10.6.2, the following worked for me on the first try:
Downloaded tesseract-2.04 and placed it at the root of my boot dirve (/).
In the directory /tesseract-2.04 I issues thee following standard commands:
./configure
make
sudo make install
I used all of the defaults so that the executable is at
/usr/local/bin/tesseract.
In my haste I neglected to but the contents of tessdata (from
tesseract-2.00.eng.tar) into the tessdata
subdirectory of /tesseract-2.04, so I copied them into
/usr/local/share/tessdata after the install. Also had to
change permissions. Avoid this by following the README!
Original comment by rhhues...@gmail.com
on 17 Nov 2009 at 9:11
Thank you, I had the same problem with Ubuntu 9.04.
After ./configure I did autoreconf, then it suggested me to do automake
--add-missing.
That works.
Original comment by zanni.an...@gmail.com
on 26 Nov 2009 at 2:24
Fixed
Original comment by theraysm...@gmail.com
on 20 May 2010 at 12:55
Original issue reported on code.google.com by
marinerc...@gmail.com
on 2 Oct 2009 at 12:59