commit b1c8f0e781ebc133182d470569299193f27fc19b
parent 5975094156d254fdc44db3e3cab7f80b2b9a9e5f
Author: MS <ms@taler.net>
Date: Tue, 10 Nov 2020 17:18:25 +0100
readme
Diffstat:
| A | README | | | 24 | ++++++++++++++++++++++++ |
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -0,0 +1,24 @@
+Installing LibEuFin
+===================
+
+$ ./bootstrap
+$ ./configure --prefix=$PFX
+$ make install
+
+If the previous step succeeded, libeufin-nexus and a
+command line client (libeufin-cli) should be found under
+$PFX/bin.
+
+Conversely, the Sandbox needs to be explicitly installed,
+with the following command:
+
+$ make install-sandbox
+
+If the previous command succeeded, libeufin-sandbox
+should be found under $PFX/bin as well.
+
+Launching LibEuFin
+==================
+
+All the three commands can be launched with the "--help"
+option, and show how they can be invoked!