Commit ee2a7bb5 authored by Yuri Aksenov's avatar Yuri Aksenov

Initial commit

parents
all:
tar xf tesseract.tar.xz
cd tesseract && ./autogen.sh
cd tesseract && ./configure --prefix=/usr
$(MAKE) -C tesseract
$(MAKE) -C tesseract install
rm -rf tesseract
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment