aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 3cff03cea1b75e14dc3f5439d1cdf08ecd991b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26



Building & Installing PowerTOP
------------------------------

just type

	make
	make install




Build dependencies
------------------

PowerTOP uses C++, and expects g++ and libstdc++ to be functional

in addition to that, it needs the following components:

pciutils-devel
ncurses-devel
zlib-devel

and a functional glibc/pthreads development environment