source: README @ c21bdd6

Last change on this file since c21bdd6 was c21bdd6, checked in by Maciej Prill <mprill@…>, 12 years ago

Removed old files.

  • Property mode set to 100644
File size: 621 bytes
Line 
1TO COMPILE UTT YOU WILL NEED:
2make
3gengetopt
4gcc
5g++
6flex
7openfst library
8python
9
10TO BUILD DOCUMENTATION YOU WILL NEED:
11texi2html
12texinfo
13some kind of TeX package, like texlive
14
15TO RUN UTT PROGRAMS YOU WILL NEED:
16
17perl module File::HomeDir
18
19COMMANDS TO BE RUN IN THIS DIRECTORY:
20
21% configure
22
23% make
24
25compiles all of the components
26
27% make install
28
29installes the package in your system in the directory defined by PREFIX in the configure
30options
31
32when --enable-utf8 is specified in configure options then if there's a directory with
33_utf8 suffix in the source directory it will be compiled instead of the normal version
Note: See TracBrowser for help on using the repository browser.