utt/_old/app
Mateusz Hromada 743cc4f1c9 Migration to new build system.
* sen-nl moved and checked
2009-10-17 14:55:30 +02:00
..
conf Move old files to _old dir. 2009-10-17 14:48:21 +02:00
dist Move old files to _old dir. 2009-10-17 14:48:21 +02:00
lib Move old files to _old dir. 2009-10-17 14:48:21 +02:00
share Move old files to _old dir. 2009-10-17 14:48:21 +02:00
src Migration to new build system. 2009-10-17 14:55:30 +02:00
Makefile Move old files to _old dir. 2009-10-17 14:48:21 +02:00
README.developers Move old files to _old dir. 2009-10-17 14:48:21 +02:00
TODO Move old files to _old dir. 2009-10-17 14:48:21 +02:00

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)