autoconf-archive no longer needed

Stefan Weil 2018-07-02 08:11:59 +02:00
parent 1d8de371c6
commit 43467c568f

@ -2,11 +2,11 @@
These are the instructions for installing Tesseract from the git repository. You should be ready to face unexpected problems. These are the instructions for installing Tesseract from the git repository. You should be ready to face unexpected problems.
## Installing With Autoconf Tools ## Installing With Autoconf Tools
In order to do this; you must have aclocal, autoheader, autoconf, autoconf-archive, automake, libtool, leptonica, and pkg-config installed. In addition, you need a C++ compiler. In order to do this; you must have aclocal, autoheader, autoconf, automake, libtool, leptonica, and pkg-config installed. In addition, you need a C++ compiler.
On Debian or Ubuntu, you can probably install all required packages like this: On Debian or Ubuntu, you can probably install all required packages like this:
``` ```
apt-get install autoconf-archive automake g++ libtool libleptonica-dev make pkg-config apt-get install autoconf automake g++ libtool libleptonica-dev make pkg-config
``` ```
The optional manpages are built with asciidoc: The optional manpages are built with asciidoc: