utt/app
Mateusz Hromada 3a2ae91d94 Migration to new build system.
* kot moved and checked
2009-06-09 20:01:41 +02:00
..
conf dodany mar.conf 2008-10-21 21:17:07 +00:00
dist Ta linia i następne zostaną zignorowane-- 2008-10-29 10:17:16 +00:00
doc dokumentacja mar + drobne poprawki mar (version) 2008-12-16 22:40:47 +00:00
lib Pierwsza przymiarka do umieszczenia plikow w ~/.local/utt. Obsługa nowych opcji domyslnych. Nieskonczona dystrybucja tarball. 2008-05-07 18:30:20 +00:00
share dopisane komentarze, wprowadzony typ coord (tylko deklaracja) 2008-11-04 10:26:48 +00:00
src Migration to new build system. 2009-06-09 20:01:41 +02:00
Makefile Przygotowana dystrybujca tarball. Czesciowo przetestowane. 2008-05-08 09:48:30 +00:00
README.developers uzupełnione o informacje o pakietach niezbędnych do instalacji 2008-10-21 21:13:21 +00:00
TODO nic nie zmienilem (test) 2008-10-02 01:01:43 +00: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)