File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ before new build.
9
9
Known dependencies for training tools (excluding leptonica):
10
10
* compiler with c++11 support
11
11
* autoconf-archive
12
+ * automake
13
+ * pkg-config
12
14
* pango-devel
13
15
* cairo-devel
14
16
* icu-devel
@@ -32,14 +34,14 @@ All language data files can be retrieved from git repository (useful only for pa
32
34
(Repository is huge - more that 1.2 GB. You do not need to download
33
35
all languages).
34
36
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
36
38
and [ piccolo2d-extras-3.0.jar] ( http://search.maven.org/#search|ga|1|g%3A%22org.piccolo2d%22 ) and place them to tesseract/java.
37
39
38
- Then run:
40
+ Just run:
39
41
40
42
$ make ScrollView.jar
41
43
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 ) .
43
45
44
46
45
47
# CMAKE
You can’t perform that action at this time.
0 commit comments