mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-05 02:47:00 +08:00
Compiling – GitInstallation: autogen.sh handles missing m4 directory
parent
2f03fa5a41
commit
c3d65fb932
@ -43,11 +43,6 @@ Finally, run these:
|
||||
sudo ldconfig
|
||||
```
|
||||
|
||||
On some systems, autotools may not create m4 directory automatically (you get the error "`configure: error: cannot find macro directory 'm4'`"). In this case, you must create the _m4_ directory by yourself before running `./configure`:
|
||||
```
|
||||
mkdir -p m4
|
||||
```
|
||||
|
||||
If you get this error:
|
||||
```
|
||||
make all-recursive
|
||||
|
Loading…
Reference in New Issue
Block a user