Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / tools / power / cpupower / README
blobfd9d4c0d6688b624495593f0cbedf2001ded9192
1 The cpufrequtils package (homepage: 
2 http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html ) 
3 consists of the following elements:
5 requirements
6 ------------
8 On x86 pciutils is needed at runtime (-lpci).
9 For compilation pciutils-devel (pci/pci.h) and a gcc version
10 providing cpuid.h is needed.
11 For both it's not explicitly checked for (yet).
14 libcpufreq
15 ----------
17 "libcpufreq" is a library which offers a unified access method for userspace
18 tools and programs to the cpufreq core and drivers in the Linux kernel. This
19 allows for code reduction in userspace tools, a clean implementation of
20 the interaction to the cpufreq core, and support for both the sysfs and proc
21 interfaces [depending on configuration, see below].
24 compilation and installation
25 ----------------------------
27 make
29 make install
31 should suffice on most systems. It builds default libcpufreq,
32 cpufreq-set and cpufreq-info files and installs them in /usr/lib and
33 /usr/bin, respectively. If you want to set up the paths differently and/or
34 want to configure the package to your specific needs, you need to open
35 "Makefile" with an editor of your choice and edit the block marked
36 CONFIGURATION.
39 THANKS
40 ------
41 Many thanks to Mattia Dongili who wrote the autotoolization and
42 libtoolization, the manpages and the italian language file for cpufrequtils;
43 to Dave Jones for his feedback and his dump_psb tool; to Bruno Ducrot for his
44 powernow-k8-decode and intel_gsic tools as well as the french language file;
45 and to various others commenting on the previous (pre-)releases of 
46 cpufrequtils.
49         Dominik Brodowski