source: README

Last change on this file was ab65d57, checked in by to <to@…>, 10 years ago

README updated

  • Property mode set to 100644
File size: 773 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 modules:
18     File::HomeDir
19     Parse::RecDescent (dgp grammar compilation)
20
21INSTALLATION
22
23% configure
24
25% make
26
27   compiles all the components
28
29% sudo make install
30
31   installes the package in your system in the directory defined by PREFIX in the configure
32   options, except configuration files which are installed in /etc/utt directory
33
34when --enable-utf8 is specified in configure options then if there's a directory with
35_utf8 suffix in the source directory it will be compiled instead of the normal version
36
37
38UNINSTALLATION
39
40% sudo make uninstall
Note: See TracBrowser for help on using the repository browser.