KRelais   : KDE Electronic relay circuit simulation
---------------------------------------------------

Copyright (c) 2003       Burckhard Brauer

Distributed under the GNU General Public License

Burckhard Brauer <BurkhardBrauer@t-online.de>

Requirements:
KDE 3.x, qt >= 3.05, min. 1024x768 pixel

Installation via rpm:
---------------------

You can install KRelais with the kpackage program or the command line:


SuSE 8.1 distribution (as root):
--------------------------------

rpm -Uhv krelais0.1.i386.suse81.rpm


Installation via tar.gz
-----------------------

Please check the shell variable KDEDIR for the correct KDE3 path.

echo $KDEDIR

Unfortunely, SuSE and RedHat/Mandrake have different KDE3 pathes.

SuSE 8.1-Installation:
----------------------

KDEDIR=/opt/kde3
export KDEDIR
QTDIR=/usr/lib/qt3
export QTDIR
gunzip krelais-0.1.tar.gz
tar xvf krelais-0.1.tar
cd krelais-0.1
./configure
make
make install

Changelog:

Version 0.1:
Initial version
