exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 150e0ed551209484e6f5955dd6e7511e09d66a72
parent 703ac1cb83b060951c731eaafa07efa3959d651f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 15 Nov 2024 11:56:56 +0100

list build dependencies

Diffstat:
MREADME | 25+++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -40,15 +40,36 @@ We are looking forward to hacking with you! Dependencies: ============= +Build tools for compiling Taler exchange from source: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- gcc or clang +- autoconf >= 2.69 (building from git) +- automake >= 1.11.1 (building from git) +- recutils >= 1.0 (building from git) +- libtool >= 2.2 +- makeinfo >= 4.8 +- make[*3] +- pkgconf or pkg-config +- sphinx +- sphinx-rtd-theme +- sphinx-multiversion + + +Direct dependencies +~~~~~~~~~~~~~~~~~~~ + These are the direct dependencies for running a Taler exchange: -- GNUnet >= 0.21.1 +- GNUnet >= 0.23.0 - GNU libmicrohttpd >= 0.9.71 - PostgreSQL >= 15.0 +Project structure +================= -Project structure is currently as follows: +The project structure is currently as follows: src/include/ -- installed headers for public APIs