mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
fcfaafd602
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@22 d0cd1f9f-072b-0410-8dd7-cf729c803f20
16 lines
432 B
Plaintext
16 lines
432 B
Plaintext
If you have checked out Tesseract from Subversion, you must generate the configure script.
|
|
|
|
So, the steps for making Tesseract are:
|
|
|
|
* ./runautoconf # ignore warnings
|
|
* ./configure
|
|
* make
|
|
* make install
|
|
|
|
Note that ./runautoconf may generate some warnings:
|
|
|
|
-- quoting in some /usr/share/.../... .m4 files
|
|
-- old uses of datarootdir
|
|
|
|
They don't seem to hurt anything. We haven't found a good way of eliminating them yet.
|