-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to install 5.0.0 on ubuntu-trusty #10
Comments
Did you run |
Yes. |
Hi. |
Thanks, I just figured that out. Any idea what the issue is? Is it possible?? |
@stweil
|
It might be possible to fix that (perhaps a backported newer GNU compiler or clang has better C++11 compatibility and works), but I don't think that we should spend time on old releases which are no longer supported. Ubuntu 14.04.6 LTS was supported until April 2019. |
Thanks for the feedback. I was able to install Gcc-5 and G++-5 on Ubuntu and got it to compile and install. Installing gcc 5 on ubuntu 14.04: sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5 I had to manually sym link g++-5 to g++, but after I did that it compiled without any issue. |
That's not needed if you explicitly add the compiler during the configuration: |
Good point. Thanks again for your help! |
I added the PPA, but when I do an apt-get install tesseract-ocr, I still get the 4.1.1 version.
apt-cache policy tesseract-ocr
tesseract-ocr:
Installed: 4.1.1+git4247-97079fa3-1ppa1
trusty1trusty1Candidate: 4.1.1+git4247-97079fa3-1ppa1
Version table:
*** 4.1.1+git4247-97079fa3-1ppa1~trusty1 0
500 http://ppa.launchpad.net/alex-p/tesseract-ocr/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
3.03.02-3 0
500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
The text was updated successfully, but these errors were encountered: