summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 08016d129bf21620d4269475d2d4c2aca67bd926 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
								  pg_top
							 Version 4.0.0

							   Mark Wong
						and a cast of ... a few

							  INSTALLATION

Configuring
-----------

cmake [options] CMakeLists.txt

options:

    -DCMAKE_INSTALL_PREFIX=PREFIX

    Install files in PREFIX.  Default is '/usr/local'.

    -DENABLE_COLOR=0

    Default on.  Include code that allows for the use of color in the output
    display.  Use -DENABLE_COLOR=0 if you do not want this feature compiled in
    to the code.  The configure script also recognizes the spelling "colour".

    -DENABLE_COLOR=0

    Default on.  Include code that allows for the use of color in the output
    display.  Use -DENABLE_COLOR=0 if you do not want this feature compiled in
    to the code.  The configure script also recognizes the spelling "colour".

Installing
----------

make install

Uninstalling
------------

xargs rm < install_manifest.txt