summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 450c9f84759507c19ceca07549ba4a619dbf2bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Prerequisites
-------------

required:

* libpq from Postgresql and header files

optionally:

* gengetopt 2.22.x: a commmand line argument generator,
  generates pgfuse_cmdline.h and pgfuse_cmdline.c
  (just needed, if you change pgfuse.ggo)
  
Compilation
-----------

make should do the trick. :-)