mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-29 06:09:04 +08:00
67f47008c7
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@631 d0cd1f9f-072b-0410-8dd7-cf729c803f20
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
If you have checked out Tesseract from Subversion, you must generate the
|
|
configure script.
|
|
|
|
If you have tesseract 3.0x installation in your system, please remove it
|
|
before new build.
|
|
|
|
So, the steps for making Tesseract are:
|
|
|
|
* ./autogen.sh
|
|
* ./configure
|
|
* make
|
|
* make install
|