mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-23 04:36:14 +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
|
./autogen.sh
|
||||||
./configure --prefix=$HOME/local/
|
./configure --prefix=$HOME/local/
|
||||||
|
make
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -93,6 +94,7 @@ To install it in $HOME/local using Leptonica libraries also installed in $HOME/l
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
LIBLEPT_HEADERSDIR=$HOME/local/include ./configure \
|
LIBLEPT_HEADERSDIR=$HOME/local/include ./configure \
|
||||||
--prefix=$HOME/local/ --with-extra-libraries=$HOME/local/lib
|
--prefix=$HOME/local/ --with-extra-libraries=$HOME/local/lib
|
||||||
|
make
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user