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