commit c8e0c233980665267381afdef7e7b39401ca611e
parent 7f1d7e68e70a7f1b4abfba8eeddc64856a9e6053
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 24 Nov 2021 04:51:07 -0500
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...
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git 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:
========