Few more things
[apertium.git] / lttoolbox / README
blob931f9582fbe08b5ed4dd2217b96403becae1eb5e
1 README FILE OF LTTOOLBOX
3 1. Programs
5         lt-comp   -> compiler, execute without parameters to show the
6                      instructions of use.
8         lt-proc   -> processor, works with options -a (lexical analyser, 
9                      default option), -g (lexical generator) and -p 
10                     (lexical post-generator).  Using -h will show all 
11                     flags.
13         lt-expand -> generates all the pairs of transductions of a given
14                      dictionary.  Execute without parameters to show the
15                      instructions of use.
17 2. Install
19         a. Requirements:
20                 - i686, ppc, SPARC, etc.
21                 - g++ >= 2.95
22                 - gnu make
23                 - libxml2 (last version)
25         b. Building & installing
26                 - ./configure
27                 - make
28                 - make install (o make-install script)