summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-24 04:42:36 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-24 04:42:36 -0500
commit7f1d7e68e70a7f1b4abfba8eeddc64856a9e6053 (patch)
treefa3eecd7a3c15cf4167d976b0ec0145cf5230231
parent4daba1e712c8569a94f19c4324dfd3fc3de0e721 (diff)
downloadsync-7f1d7e68e70a7f1b4abfba8eeddc64856a9e6053.tar.gz
sync-7f1d7e68e70a7f1b4abfba8eeddc64856a9e6053.tar.bz2
sync-7f1d7e68e70a7f1b4abfba8eeddc64856a9e6053.zip
add section "Dependencies" to README
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 17d797a..9e55e81 100644
--- a/README
+++ b/README
@@ -68,6 +68,16 @@ 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.
+
+
License:
========