***************************************************************************
* For SUSE users how to get their kde admin directory into the main dir): *
*************************************************************************** 

do in kpowersave directory:

. /etc/opt/kde3/common_options
update_admin

***************************************************************************
* For other distributions try this to get the kde admin directory         *
***************************************************************************

do in kpowersave directory:

cp /usr/share/apps/kapptemplate/admin . -r
make -f admin/Makefile.common cvs

or

ln -s /usr/share/apps/kapptemplate/admin admin
make -f admin/Makefile.common cvs


***************************************************************************
* Execute the following commands to compile kpowersave:                   *
***************************************************************************

./configure --prefix=/opt/kde3 [--enable-debug=full]
make
make install


For the rest (or more general information) read the INSTALL file.


