summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 17d797a..803d22e 100644
--- a/README
+++ b/README
@@ -68,6 +68,24 @@ At this time, Sync only works with a Postgres database. Other database
backends could easily be written in the future.
+Dependencies
+============
+
+See INSTALL for generic installation instructions. In addition, Sync
+requires GNUnet, Taler Exchange, and Taler Merchant libraries. If these
+are installed in a non-standard place, use the configure script options
+--with-gnunet=DIR, --with-exchange=DIR, and --with-merchant=DIR,
+respectively.
+
+The following are likewise required:
+
+ libmicrohttpd --with-microhttpd=DIR
+ PostgreSQL --with-postgresql=PATH-TO-PG-CONFIG
+
+Other non-essential dependencies are indicated by --with-FOO
+in the "./configure --help" output.
+
+
License:
========