summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL30
1 files changed, 0 insertions, 30 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 918acb8..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,30 +0,0 @@
- 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