
Compiling Powertweak-Linux:
	./configure
	make
	su root
	make install

 After this, you have two possibilities...

Method #1:
1. Start the daemon (powertweakd)
2. Run the configuration tool.
   Either the GTK tool "gpowertweak", or the textmode tool "powertweak".
3. Save the settings.
4. Install the daemon "powertweakd" in your startup.

Method #2:
1. Start the GUI ("gpowertweak" or "powertweak")
2. Save settings.
3. Install "powertweakd --no-daemon" in your startup.



Run-time dependancies:
 To run Powertweak (From a binary distribution, or self compiled version)
 - You will need at least version 2.1.0 of PCI utilities.
   Available from http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
 - libXML
   You will need version 1.8.8 or 2.1.0.
   Available from http://www.libxml.org
 - If you want to build the GTK GUI config program, you will need
   GTK v1.2.0 or higher installed.
   Available from http://www.gtk.org

Compile-time dependancies:

 To build Powertweak from source, you will need...
 - libtool
 - autoconf
 - automake
 - autoheader
 - libxml developer includes. (1.8.8+ or 2.1.0+)
 - GTK developer includes. (If GTK GUI is to be built)
 - GPM developer includes. (If mouse support is desired in textmode UI)

