aboutsummaryrefslogtreecommitdiff
path: root/psql/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'psql/INSTALL')
-rw-r--r--psql/INSTALL20
1 files changed, 0 insertions, 20 deletions
diff --git a/psql/INSTALL b/psql/INSTALL
deleted file mode 100644
index dca6d37..0000000
--- a/psql/INSTALL
+++ /dev/null
@@ -1,20 +0,0 @@
-Requirements
-------------
-
-This object reuires
-
-libpq >= 7.4
-PD >= 0.37
-
-Installation
-------------
-
-Modify the Makefile so that PDDIR gives the base directory of your PD installation, and INCLUDE provides the path to your PostgreSQL headers.
-
-Then from a shell prompt type:
-
-make <option>
-sudo make install
-
-Where <option> is either 'pd_linux' or 'pd_darwin' (without the quotes).
-