How to use KDevelop as Development IDE for cygwin setup 
=======================================================

1. Install KDE-Cygwin 3.1.1 and Kdevelop 3.x from http://kde-cygwin.sf.net/projects/kde-cygwin
  Note: If you are using cygwin 1.5.5 please remove the string 'kcminit' in /opt/kde3/startkde.bat, otherwise kde startup will hang

2. Unpack the files of this archive in a directory 
$ cd xxx
$ tar -xjf cygsetup-kdevelop-0.0.1.tar.bz2 
$	cd cygsetup
	
2. Link the setup source dir to a subdir of the unpacked files 
$ ln -s <setup-source-path> src 

3. build tags (this required an installed ctags) 
$ ./create_ctags 

4. Start kdevelop and open the cygsetup.kdevelop 
	now you are ready to inspect the setup source very easy. 
	
	
Have fun 

Ralf Habacker 
