summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 918acb86aeb76a975c55315ba65a03ac4a1c9fcc (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
								  pg_top

							  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".

Installing
----------

make install

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

xargs rm < install_manifest.txt