Last change
on this file since f924e4b was
d2f119e,
checked in by Tomasz Obrebski <to@…>, 12 years ago
|
uaktualnienie gramatyki
|
-
Property mode set to
100644
|
File size:
717 bytes
|
Rev | Line | |
---|
[c21bdd6] | 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 module File::HomeDir |
---|
| 18 | |
---|
[d2f119e] | 19 | INSTALLATION |
---|
[c21bdd6] | 20 | |
---|
| 21 | % configure |
---|
| 22 | |
---|
| 23 | % make |
---|
| 24 | |
---|
[d2f119e] | 25 | compiles all the components |
---|
[c21bdd6] | 26 | |
---|
[d2f119e] | 27 | % sudo make install |
---|
[c21bdd6] | 28 | |
---|
[d2f119e] | 29 | installes the package in your system in the directory defined by PREFIX in the configure |
---|
| 30 | options, except configuration files which are installed in /etc/utt directory |
---|
[c21bdd6] | 31 | |
---|
| 32 | when --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 |
---|
[d2f119e] | 34 | |
---|
| 35 | |
---|
| 36 | UNINSTALLATION |
---|
| 37 | |
---|
| 38 | % sudo make uninstall |
---|
Note: See
TracBrowser
for help on using the repository browser.