dbde463201
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@56 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
26 lines
501 B
Plaintext
26 lines
501 B
Plaintext
TO COMPILE UTT YOU WILL NEED:
|
|
make
|
|
gengetopt
|
|
g++
|
|
flex
|
|
|
|
TO RUN UTT PROGRAMS YOU WILL NEED:
|
|
|
|
perl module File::HomeDir
|
|
|
|
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
|
|
|
|
% make dist_tarball
|
|
|
|
prepares distribution file named ${UTT_DIR_NAME}.tgz (currently utt-0.9.tgz)
|