commit 4caddb56c35f70a1ba5f1d685876b391d4b607ae
parent 65b13c897dfe71319484040d2d6d33c6bb15d17e
Author: MS <ms@taler.net>
Date: Wed, 3 May 2023 14:56:15 +0200
readme: dependencies
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -4,6 +4,15 @@ Installing LibEuFin
Although different versions of Java may support this project,
the following steps were verified with Java 17.0.6.
+The following dependencies (names match Debian packages) should
+be available before trying the installation:
+
+- make
+- python3-venv
+- openjdk-17-jre
+
+Run the following steps to install LibEuFin:
+
$ ./bootstrap
$ ./configure --prefix=$PFX
$ make install