File: INSTALL.rst

package info (click to toggle)
pgtop 4.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 780 kB
  • sloc: ansic: 14,080; sh: 39; xml: 32; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (4)
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
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