• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1If you have checked out Tesseract from Subversion, you must generate the configure script.
2
3So, the steps for making Tesseract are:
4
5  * ./runautoconf  # ignore warnings
6  * ./configure
7  * make
8  * make install
9
10Note that ./runautoconf may generate some warnings:
11
12 -- quoting in some /usr/share/.../... .m4 files
13 -- old uses of datarootdir
14
15They don't seem to hurt anything.  We haven't found a good way of eliminating them yet.
16