mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-20 19:16:19 +08:00
Add missing make
stages in Linux build pipeline.
parent
4dc6733764
commit
4430f03729
@ -84,6 +84,7 @@ To install it in $HOME/local:
|
||||
```
|
||||
./autogen.sh
|
||||
./configure --prefix=$HOME/local/
|
||||
make
|
||||
make install
|
||||
```
|
||||
|
||||
@ -93,6 +94,7 @@ To install it in $HOME/local using Leptonica libraries also installed in $HOME/l
|
||||
./autogen.sh
|
||||
LIBLEPT_HEADERSDIR=$HOME/local/include ./configure \
|
||||
--prefix=$HOME/local/ --with-extra-libraries=$HOME/local/lib
|
||||
make
|
||||
make install
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user