Requirements
To compile the program you need the Qt and KDE
libraries installed on your system, that typically
means you are running some kind of Un*x OS, although
it might be possible to compile and run it on Windows
in a Uni*x environment like cygwin. The program is
tested with Qt-1.44 and KDE-1.1.1. You need
a decent compiler suite providing standard C++ and
FORTRAN 77 compilers. We use egcs-1.1.2 for
development.
|
Installation
Installation is as easy as unpacking the archive,
running the configure script, biulding the executables
and installing the files. Specifically you need to
do:
tar xzf krot-0.x.y.tar.gz
cd krot-0.x.y
./configure
make
su -c "make install"
|