GENERAL NOTE:
This is a small KDE 3.x game,
It should work quite stable. But if you find any bugs
please contact me.
It would be also nice to give me some general feedback
about the program, so that it can be approved or it
can be considered in other programs.
(Email: martin@heni-online.de)
- INSTALLATION
# unpack the archive
tar xzf <archivename>
# build the package
cd quintalign
./configure
# or if KDE is in /opt/kde3
./configure --prefix=/opt/kde3
make
# become superuser for installing
su -c 'make install'
