diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-16 14:27:20 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-16 14:27:20 +0000 |
commit | a3b17704ca94d77547c4c3d9c613e3fbcd94c7fa (patch) | |
tree | 7f7439e244ea29afba81c263aa8e04450c0c7270 /psql/INSTALL | |
parent | 3a38c6f716fca56a4562b1a4787114d0b75bb912 (diff) |
folded install instructions into README
svn path=/trunk/externals/postlude/; revision=16238
Diffstat (limited to 'psql/INSTALL')
-rw-r--r-- | psql/INSTALL | 20 |
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). - |