aboutsummaryrefslogtreecommitdiff
path: root/psql/INSTALL
blob: dca6d3792a0e276ec2727250303dc082dcf8bc48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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).