Basic Installation
==================

REQUIREMENTS :
	- open gl library (also header files)  - mesa3d.org
	- glu library (also header files) - mesa3d.org
	- kde 3 headers and libs


FAST INSTALLATION
	as root:
	./fastinstall.sh
	or
	sudo ./fastinstall.sh

INSTALLATION (type following commands)
	cd to ksudoku directory (the one where this file is located)
	"cmake . -DCMAKE_INSTALL_PREFIX:PATH=`kde-config --prefix`"
	"make"
	"sudo make install"
	run ksudoku
