File: INSTALL

package info (click to toggle)
clara 20031214-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,192 kB
  • ctags: 1,833
  • sloc: ansic: 28,836; perl: 1,522; makefile: 120; sed: 9
file content (29 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Welcome to Clara OCR!

To compile Clara OCR and install it, edit the Makefile manually (if
required), and type

    $ make

Clara OCR is expected to compile and run with no or few changes on
most little-endian Unix-like system with X11 support.

The Clara OCR Advanced User's Manual contains some simple
compilation hints.

After the compilation, type "make install" or copy the just produced
executable "clara" and selthresh to some directory of binaries:

    $ cp clara selthresh /usr/local/bin

To produce the nroff and html documentation, type

    $ make doc

Now it's time to read the tutorial. To read the tutorial in nroff
format without installing it, type

    $ nroff -man doc/clara-tut.1 | less

Optionally, the HTML version can be read using a web browser (just
load the file doc/clara-tut.html).