mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-30 17:32:40 +08:00
Compiling: Add libtool package for macOS
parent
cc576ca94b
commit
3e405c7788
@ -368,7 +368,7 @@ These prerequisites will be needed:
|
|||||||
## Install required packages
|
## Install required packages
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo port install autoconf autoconf-archive automake leptonica pkgconfig
|
sudo port install autoconf autoconf-archive automake libtool leptonica pkgconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
@ -414,7 +414,7 @@ sudo make training-install
|
|||||||
## Install dependencies
|
## Install dependencies
|
||||||
|
|
||||||
```
|
```
|
||||||
brew install automake autoconf
|
brew install automake autoconf libtool
|
||||||
brew install autoconf-archive
|
brew install autoconf-archive
|
||||||
brew install pkgconfig
|
brew install pkgconfig
|
||||||
brew install icu4c
|
brew install icu4c
|
||||||
|
Loading…
Reference in New Issue
Block a user