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 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 psql/INSTALL (limited to 'psql/INSTALL') 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