Skip to content

Commit

Permalink
Update instructions for Linux Mint 20 etc.
Browse files Browse the repository at this point in the history
The QT5 instructions were missing a few tools. Update them.
  • Loading branch information
sjg20 committed Sep 1, 2020
1 parent e05078d commit d03ac45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ These are needed for OCR (Optical Character Recognition).

In summary, to prepare on Debian / Ubuntu with QT4:

sudo apt-get install qtcreator g++ qt5-qmake libsane-dev libtiff5-dev cmake \
libpodofo-dev imagemagick tesseract-ocr tesseract-ocr-eng
sudo apt-get install qtcreator g++ qt5-default libsane-dev libtiff5-dev \
cmake libpodofo-dev imagemagick tesseract-ocr tesseract-ocr-eng \
libpoppler-qt5-dev

but of you only have QT4, then use:

Expand All @@ -52,6 +53,7 @@ For Red Hat / Centos you will try some other approach similar to the above.

To build:

cd paperman (if needed)
qmake
make

Expand Down

0 comments on commit d03ac45

Please sign in to comment.