commit 03368f41f70fcb686e7859545baa7d36701ab6fa
parent 5ba09a22bc3d943d421e448639cbf41f58b9577b
Author: MS <ms@taler.net>
Date: Sat, 7 Jan 2023 13:12:48 +0100
readme
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -3,14 +3,13 @@ Installing LibEuFin
$ ./bootstrap
$ ./configure --prefix=$PFX
-$ make install # Note: This may require Java=18; Java=17 broke for me, Java>=19 is unsupported by gradle
+$ make install # Note: This may require Java=18; Java=17 had errors, Java>=19 is unsupported by gradle
If the previous step succeeded, libeufin-nexus and a command line
client (libeufin-cli) should be found under $PFX/bin. Additionally,
the libeufin-sandbox command used for testing should be found under
$PFX/bin as well.
-
Launching LibEuFin
==================
@@ -18,6 +17,11 @@ Launch Nexus:
$ libeufin-nexus serve --with-db=jdbc:postgres://localhost:5433?user=foo&password=bar
+More instructions about configuring and setting Libeufin
+are available at this link:
+
+https://docs.taler.net/libeufin/nexus-tutorial.html
+
Exporting a dist-file
=====================