summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-05 16:33:12 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-05 16:33:12 +0200
commitddd41c9e99d23ce60d53c632dcbce06905f22ca8 (patch)
treea8d1b9b168dc22bd427bec22dc898d8f2f0cda57 /INSTALL
parentb62da91d583412e9cb9c78013b6287640adc6115 (diff)
downloadpgfuse-ddd41c9e99d23ce60d53c632dcbce06905f22ca8.tar.gz
pgfuse-ddd41c9e99d23ce60d53c632dcbce06905f22ca8.tar.bz2
added some Makefile things and command line parsing
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. :-)