On 6 October 2010 16:42, Karpov <[email protected]> wrote: > Hi all, > > I have download the sourcecode from the repository and I am trying to > install the program on Ubuntu 9. > I followed the instructions but I can't execute the program after > installation. > > These were the steps I followed: > ./configure > make > sudo make install > > but after that I have not any directory in usr/bin/tesseract.
No, you don't. /usr/bin is for system binaries -- in a Linux distribution, that means only those that are provided by the distribution. You should have /usr/local/bin/tesseract though. -- <Leftmost> jimregan, that's because deep inside you, you are evil. <Leftmost> Also not-so-deep inside you. -- 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.

