source: app/README.developers @ 4518a0b

Last change on this file since 4518a0b was dbde463, checked in by obrebski <obrebski@…>, 16 years ago

uzupełnione o informacje o pakietach niezbędnych do instalacji

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@56 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • 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.