Line | |
---|
1 | TO COMPILE UTT YOU WILL NEED: |
---|
2 | make |
---|
3 | gengetopt |
---|
4 | gcc |
---|
5 | g++ |
---|
6 | flex |
---|
7 | openfst library |
---|
8 | python |
---|
9 | |
---|
10 | TO BUILD DOCUMENTATION YOU WILL NEED: |
---|
11 | texi2html |
---|
12 | texinfo |
---|
13 | some kind of TeX package, like texlive |
---|
14 | |
---|
15 | TO RUN UTT PROGRAMS YOU WILL NEED: |
---|
16 | |
---|
17 | perl modules: |
---|
18 | File::HomeDir |
---|
19 | Parse::RecDescent (dgp grammar compilation) |
---|
20 | |
---|
21 | INSTALLATION |
---|
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 | |
---|
34 | when --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 | |
---|
38 | UNINSTALLATION |
---|
39 | |
---|
40 | % sudo make uninstall |
---|
Note: See
TracBrowser
for help on using the repository browser.