- Easy to use.
- If building from CVS simply run

make -f ./Makefile.dist

- Compile, Install and Run.

./configure && make
su -c "make install"

- Configure help arguments.
- Install with the user root. Normal users can install with 'su' command without exit the program

____FAQ_______________
Q: Kconfigure sucessfully builds a package but does not actually install it.  What is wrong?

A: If you are running kconfigure and using version 1.6beta or greater, checkinstall might not automatically install the package it creates.  Instead it will build the package and place it in the standard build directory of that distribution.  If you want kconfigure to install the package that checkinstall creates do this:

In the kconfigure window Click on Settings and then choose "Configure Kconfigure",
Click  on the Check Install preference dialog, and in the box marked "Custom Options:" put this in the textbox:

--pkgrelease=1.kc --install=yes

and you should be fine.  I know this works on (for example) Suse 9.2 ;-)

