libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit d6130e578554c711e1ec0e8abcb6baeb553ed6f5
parent b9aa7c4da0e7fa6badb8fcba5bb72df49f6ece9e
Author: MS <ms@taler.net>
Date:   Tue, 12 Jan 2021 16:39:09 +0100

readme

Diffstat:
MREADME | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -23,3 +23,12 @@ Launching LibEuFin Launch Nexus: $ libeufin-nexus serve --with-db=jdbc:postgres://localhost:5433?user=foo&password=bar + +Exporting a dist-file +===================== + +$ ./bootstrap +$ ./configure # prefix not relevant for dist. +$ make dist + +The Zip file should be contained into the build/distributions/ folder.