summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-24 04:51:07 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-24 04:51:07 -0500
commitc8e0c233980665267381afdef7e7b39401ca611e (patch)
tree6e722088756a1530381c153b2541b686449ce5f7
parent7f1d7e68e70a7f1b4abfba8eeddc64856a9e6053 (diff)
downloadsync-c8e0c233980665267381afdef7e7b39401ca611e.tar.gz
sync-c8e0c233980665267381afdef7e7b39401ca611e.tar.bz2
sync-c8e0c233980665267381afdef7e7b39401ca611e.zip
extend Dependencies section in README
The approach is to explicitly list the required dependencies (and how to configure them), and let the user figure out the rest by looking at ‘./configure --help’ output. This is arguably lame...
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 9e55e81..1c5dd5a 100644
--- a/README
+++ b/README
@@ -77,6 +77,14 @@ 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:
+
+ microhttpd --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:
========