aboutsummaryrefslogtreecommitdiff
path: root/psql/INSTALL
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2007-11-06 09:59:03 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2007-11-06 09:59:03 +0000
commit4aa74035b7f37d9cd1208efe06ce245f73b5dd18 (patch)
tree854c9ebf07e47c2408a359e601fd300f27a9c202 /psql/INSTALL
parent523bac5887143597042338112f742fa19cd93ce9 (diff)
psql external initial commit
svn path=/trunk/externals/postlude/; revision=8946
Diffstat (limited to 'psql/INSTALL')
-rw-r--r--psql/INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/psql/INSTALL b/psql/INSTALL
new file mode 100644
index 0000000..dca6d37
--- /dev/null
+++ b/psql/INSTALL
@@ -0,0 +1,20 @@
+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).
+