This is KRay Version 0.1 (c) 1998 by Torsten Reuss

KRay is a small Raytracer for the K Desktop Environment, available at
http://www.kde.org

This software is still alpha.  While it should compile on most
machines, this hasn't been tested.  Read the install instructions
below to find out how to proceed.

PREREQUISITS
------------

Before compiling KRay make sure you have the following:

   o Qt version 1.31 or newer 
     (available at http://www.troll.no )
   O The KDE libs, preferably beta3 or newer 
     (available at http://www.kde.org )


INSTALLATION
------------

Unpacking the source:

Well, you've probably done that, otherwise you wouldn't be reading
this ;-)  Anyways for the matter of completeness :

	zcat kray-0.1.tar.gz | tar xvf 

will unpack the sources in the directory kray.

Compiling the source:

Like all KDE Programs, KRay comes with a configure script, which will
automatically check your configuration and create Makefiles, according
to that.  To invoce the configure script, change into the kray main
directory (if you have just unpacked the sources: type cd kray) and
type:
	./configure

After the script has run through, you can compile the program by
simply typing:
	make

Installation:

To install kray you have to become root.  If you are root already,
just type
	make install
otherwise type
	su -c"make install"


KRay will install itself into the ``Graphics'' section of your Panel
Menu.  You will find it there after you've restarted KDE the next
time.

COPYING
-------

KRay is published under the Gnu General Public Licence (GPL).  A 
copy of the GPL can be found in the file COPYING.

KRay is based on the program by Josef Poepsel and Ute Clausen
which was published in c't 1/93.

Have lot's of fun....

			 Torsten Reuss
			(Author of KRay)

