On Thu, Aug 21, 2014 at 01:41:23PM +0530, Shree Devi Kumar wrote: > Hi Zdenko, > > ./ confusing for me :-)
:-) ./ is a common idiom for unix. '.' means 'current directory', so ./ means 'in the current directory'. You have to do it to run programs in the current directory (or just do something like 'sh autogen.sh', as you did), so you don't cd to a directory containing malicious or weird programs and inadvertantly run them when you're trying to run standard system programs. Nick -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/20140821130911.GC24024%40manta.lan. For more options, visit https://groups.google.com/d/optout.

