Skip to content

Commit add00ed

Browse files
committed
Update documentation for installation
Add two build dependencies which were missing and update the hints for building ScrollView.jar. Signed-off-by: Stefan Weil <[email protected]>
1 parent 5b43c9b commit add00ed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

INSTALL.GIT.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ before new build.
99
Known dependencies for training tools (excluding leptonica):
1010
* compiler with c++11 support
1111
* autoconf-archive
12+
* automake
13+
* pkg-config
1214
* pango-devel
1315
* cairo-devel
1416
* icu-devel
@@ -32,14 +34,14 @@ All language data files can be retrieved from git repository (useful only for pa
3234
(Repository is huge - more that 1.2 GB. You do not need to download
3335
all languages).
3436

35-
To compile ScrollView.jar you need to download piccolo2d-core-3.0.jar
37+
You need an Internet connection to compile ScrollView.jar because the build will automatically download piccolo2d-core-3.0.jar
3638
and [piccolo2d-extras-3.0.jar](http://search.maven.org/#search|ga|1|g%3A%22org.piccolo2d%22) and place them to tesseract/java.
3739

38-
Then run:
40+
Just run:
3941

4042
$ make ScrollView.jar
4143

42-
and follow instruction on [Viewer Debugging wiki](https://github.com/tesseract-ocr/tesseract/wiki/ViewerDebugging).
44+
and follow the instruction on [Viewer Debugging wiki](https://github.com/tesseract-ocr/tesseract/wiki/ViewerDebugging).
4345

4446

4547
# CMAKE

0 commit comments

Comments
 (0)