Kalendar 0.4
------------

The Makefile contained in this directory can be used to build and install
the kalendar software.

To build, simply type

	./configure
	./automoc	(only needs doing if linking gives errors)
	make clean
	make

To install

	"su to root"
	make install

I am developing this product using :

	(Slackware 3.2 based distro)
	Linux kernel 2.0.34
	QT 1.33
	KDE 1.0pre1
	libc 5.4.33
	gcc 2.7.2.3


I don't believe there is any linux specific code in the source but if
you find any get in touch (e-mail address in the README file)

The install will create a public read/write directory

	$KDEDIR/share/apps/kalendar

please leave this writable, as all users kalendars are stored here.


