2008-10-21 23:13:21 +02:00
|
|
|
TO COMPILE UTT YOU WILL NEED:
|
|
|
|
make
|
|
|
|
gengetopt
|
|
|
|
g++
|
|
|
|
flex
|
|
|
|
|
|
|
|
TO RUN UTT PROGRAMS YOU WILL NEED:
|
|
|
|
|
|
|
|
perl module File::HomeDir
|
2008-03-11 14:02:41 +01:00
|
|
|
|
|
|
|
COMMANDS TO BE RUN IN THIS DIRECTORY:
|
|
|
|
|
|
|
|
% make
|
|
|
|
|
|
|
|
compiles all the components, moves all files destinated for
|
|
|
|
distribution in the directory [the value of UTT_DIR_NAME variable in
|
|
|
|
Makefile] (currently utt-0.9)
|
|
|
|
|
|
|
|
% make install
|
|
|
|
|
|
|
|
installes the package in your system in the directory ~/.utt
|
|
|
|
|
2008-10-21 23:13:21 +02:00
|
|
|
% make dist_tarball
|
2008-03-11 14:02:41 +01:00
|
|
|
|
|
|
|
prepares distribution file named ${UTT_DIR_NAME}.tgz (currently utt-0.9.tgz)
|