2012-02-07 15:47:14 +01:00
|
|
|
TO COMPILE UTT YOU WILL NEED:
|
|
|
|
make
|
|
|
|
gengetopt
|
|
|
|
gcc
|
|
|
|
g++
|
|
|
|
flex
|
|
|
|
openfst library
|
|
|
|
python
|
|
|
|
|
|
|
|
TO BUILD DOCUMENTATION YOU WILL NEED:
|
|
|
|
texi2html
|
|
|
|
texinfo
|
|
|
|
some kind of TeX package, like texlive
|
|
|
|
|
|
|
|
TO RUN UTT PROGRAMS YOU WILL NEED:
|
|
|
|
|
2014-10-24 12:50:34 +02:00
|
|
|
perl modules:
|
|
|
|
File::HomeDir
|
|
|
|
Parse::RecDescent (dgp grammar compilation)
|
2012-02-07 15:47:14 +01:00
|
|
|
|
2013-01-17 22:52:30 +01:00
|
|
|
INSTALLATION
|
2012-02-07 15:47:14 +01:00
|
|
|
|
|
|
|
% configure
|
|
|
|
|
|
|
|
% make
|
|
|
|
|
2013-01-17 22:52:30 +01:00
|
|
|
compiles all the components
|
2012-02-07 15:47:14 +01:00
|
|
|
|
2013-01-17 22:52:30 +01:00
|
|
|
% sudo make install
|
2012-02-07 15:47:14 +01:00
|
|
|
|
2013-01-17 22:52:30 +01:00
|
|
|
installes the package in your system in the directory defined by PREFIX in the configure
|
|
|
|
options, except configuration files which are installed in /etc/utt directory
|
2012-02-07 15:47:14 +01:00
|
|
|
|
|
|
|
when --enable-utf8 is specified in configure options then if there's a directory with
|
|
|
|
_utf8 suffix in the source directory it will be compiled instead of the normal version
|
2013-01-17 22:52:30 +01:00
|
|
|
|
|
|
|
|
|
|
|
UNINSTALLATION
|
|
|
|
|
|
|
|
% sudo make uninstall
|