These code help me install library for training tesseract.
export PKG_CONFIG_PATH=
$(brew --prefix)/lib/pkgconfig:
$(brew --prefix)/opt/libarchive/lib/pkgconfig:
$(brew --prefix)/opt/icu4c/lib/pkgconfig:
$(brew --prefix)/opt/libffi/lib/pkgconfig
./configure```
After I installed these lib on homebrew, and I tried to access .\configure to run "make training". But I counldn't find it
Please help me.[enter image description here](https://i.sstatic.net/fkMAcy6t.png)
How I can access ./configure and make training tesseract ?
Please help me
New contributor
Minh Phi Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.