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