From 4aa74035b7f37d9cd1208efe06ce245f73b5dd18 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 6 Nov 2007 09:59:03 +0000 Subject: psql external initial commit svn path=/trunk/externals/postlude/; revision=8946 --- psql/INSTALL | 20 +++ psql/LICENCE | 66 ++++++++++ psql/Makefile | 57 +++++++++ psql/README | 35 ++++++ psql/help-psql.pd | 50 ++++++++ psql/psql.c | 371 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 599 insertions(+) create mode 100644 psql/INSTALL create mode 100644 psql/LICENCE create mode 100644 psql/Makefile create mode 100644 psql/README create mode 100644 psql/help-psql.pd create mode 100644 psql/psql.c 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