summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
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. :-)