-
Notifications
You must be signed in to change notification settings - Fork 195
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
Compiling latest version in ubuntu #670
Comments
Is libtesseract-dev installed? |
no, i installed but now ask for 👍 /app/gImageReader/qt/src/hocr/HOCRPdfExporter.cc:33:10: fatal error: podofo.h: File o directory non esistente try to install libpodofo-dev |
Well the text should say it all? |
Excuse me i don't understand what means...what package i have to install with the package manager? |
i installed all package sudo apt install tesseract-ocr* but i have the same advise, why? |
Another question: why application not start in italian? i see the locale file in: |
Hi all,
i receive this error while compiling latest code of github on ubuntu:
the command i run are:
cd /app/gImageReader/
sudo apt install cmake intltool libdjvulibre-dev libgtkspellmm-3.0-dev libgtkmm-3.0-dev libgtksourceviewmm-3.0-dev libcairomm-1.0-dev libpoppler-glib-dev libtesseract-dev libsane-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqtspell-qt5-dev libpoppler-qt5-dev libjson-glib-dev libxml++2.6-dev libpodofo-dev libquazip5-dev libzip-dev python3-gi uuid-dev libquazip1-qt6-1 libpoppler-qt6-3 libpoppler-qt6-dev libqtspell-qt5-1 libqtspell-qt5-dev
sudo mkdir /app/gImageReader/build
cd /app/gImageReader/build
cmake -DINTERFACE_TYPE=qt5 ..
cmake --build .
The text was updated successfully, but these errors were encountered: