From ddd41c9e99d23ce60d53c632dcbce06905f22ca8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 5 Apr 2012 16:33:12 +0200 Subject: added some Makefile things and command line parsing --- INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..450c9f8 --- /dev/null +++ b/INSTALL @@ -0,0 +1,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. :-) -- cgit v1.2.3-54-g00ecf