cd /var/bin && wget https://github.com/tesseract-ocr/tesseract/archive/3.05.00.tar.gz -O tesseract-3.05.00.tar.gz && tar -xvf tesseract-3.05.00.tar.gz
cd tesseract-3.05.00 && ./autogen.sh
# ./autogen.sh
Running aclocal
./autogen.sh: 69: ./autogen.sh: aclocal: not found
Something went wrong, bailing out!
Try with the latest source from 3.05 branch.
Also check that you have all dependencies listed on compiling page.
On 22-Apr-2017 7:27 PM, "clarkk" notifications@github.com wrote:
cd /var/bin && wget
https://github.com/tesseract-ocr/tesseract/archive/3.05.00.tar.gz -O
tesseract-3.05.00.tar.gz && tar -xvf tesseract-3.05.00.tar.gz
cd tesseract-3.05.00 && ./autogen.sh
error
Running aclocal
./autogen.sh: 69: ./autogen.sh: aclocal: not found
Something went wrong, bailing out!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tesseract-ocr/tesseract/issues/833, or mute the thread
https://github.com/notifications/unsubscribe-auth/AE2_o6p1SdlMv_9GgVLzOXACzBnGDgC3ks5rygdRgaJpZM4NFGDX
.
https://github.com/tesseract-ocr/tesseract/wiki/Compiling
On 22-Apr-2017 7:42 PM, "ShreeDevi Kumar" shreeshrii@gmail.com wrote:
Try with the latest source from 3.05 branch.
Also check that you have all dependencies listed on compiling page.
- excuse the brevity, sent from mobile
On 22-Apr-2017 7:27 PM, "clarkk" notifications@github.com wrote:
cd /var/bin && wget https://github.com/tesseract-ocr/tesseract/archive/3.05.00.tar.gz -O tesseract-3.05.00.tar.gz && tar -xvf tesseract-3.05.00.tar.gz
cd tesseract-3.05.00 && ./autogen.sherror
./autogen.sh
Running aclocal
./autogen.sh: 69: ./autogen.sh: aclocal: not foundSomething went wrong, bailing out!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tesseract-ocr/tesseract/issues/833, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AE2_o6p1SdlMv_9GgVLzOXACzBnGDgC3ks5rygdRgaJpZM4NFGDX
.
check that you have all dependencies listed on compiling page.
https://github.com/tesseract-ocr/tesseract/wiki/Compiling
Yes. The message means you didn't install automake.
@zdenop, please push the button ... :)
yum install automake libtool -y
Thanks for above tips, in clean ubuntu had to install both automake and libtool , to get autogen.sh to complete.
sudo apt-get install automake libtool
Most helpful comment