mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-24 21:26:16 +08:00
autoconf-archive no longer needed
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.
|
||||
|
||||
## 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:
|
||||
```
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user