commit 83ef4664b13a5146e2bf13f9c3ce13794523ed94 parent 6001ed16db0bf99baa23abe100d5795c0831a867 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 15 Nov 2024 12:08:28 +0100 list build dependencies in README Diffstat:
| M | README | | | 31 | +++++++++++++++++++++++-------- |
1 file changed, 23 insertions(+), 8 deletions(-)
diff --git a/README b/README @@ -23,13 +23,29 @@ is also in the doc/ folder. Please note that you must run Dependencies ============ -libjansson : MIT License -libgcrypt : LGPL -libsodium : ISC License -postgresql : PostgreSQL License -libgnunet* : GPLv3+, -libtaler* : GPLv3+ -GNU recutils: GPLv3+ (when building from Git) +Build tools for compiling Anastasis 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 Anastasis: + +- GNU Taler merchant >= 0.14.0 +- PostgreSQL >= 15.0 Directory structure @@ -97,4 +113,3 @@ we should add }, to the contrib/provider-list.json. -