INSTALLATION:

./configure

make 
make install

If you start kISDN for the first time, you have to run it suid root for kISDN
needs to modify the files

	/etc/resolv.conf
	/etc/ppp/pap-secrets	(or /etc/ppp/chap-secrets)
	/etc/ppp/options
	
It is for this reason that we strongly recommend to backup these files !
You can reduce permissions as soon as your ISP account is fully configured
and selected in the main window of kISDN; whenever you want to change your
ISP or account configurations kISDN _must_ be given root permissions.

You should also check the following points:

	o There is no ipppd running 
	o ipppd is suid root (if kISDN lacks root permissions)
	o (Only if you make use of kISDN's module load support) 
	  modprobe is suid root
	o There is no configured interface ippp0
	
To grant root permissions, install kISDN as mentioned above; then

	$ cd $KDEDIR/bin
	$ su
	  Password: *********
	# chown root.root kISDN
	# chmod a+s kISDN
		

REQUIREMENTS:

QT >= 1.31 (with development support; binary useage rpm will not suffice)

KDE snapshot not older than 971231 (uses docking feature)
