source: _old/app/README.developers @ 743cc4f

Last change on this file since 743cc4f was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • Property mode set to 100644
File size: 501 bytes
Line 
1TO COMPILE UTT YOU WILL NEED:
2make
3gengetopt
4g++
5flex
6
7TO RUN UTT PROGRAMS YOU WILL NEED:
8
9perl module File::HomeDir
10
11COMMANDS TO BE RUN IN THIS DIRECTORY:
12
13% make
14
15compiles all the components, moves all files destinated for
16distribution in the directory [the value of UTT_DIR_NAME variable in
17Makefile] (currently utt-0.9)
18
19% make install
20
21installes the package in your system in the directory ~/.utt
22
23% make dist_tarball
24
25prepares distribution file named ${UTT_DIR_NAME}.tgz (currently utt-0.9.tgz)
Note: See TracBrowser for help on using the repository browser.