diff options
Diffstat (limited to 'psql/INSTALL')
-rw-r--r-- | psql/INSTALL | 20 |
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). + |