commit 9ee4f15d69c27a2a95cf7ad513d8577a06a93227 parent da4bfa3912c2a7f1ccbea0980001241646a17b38 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 15 Nov 2024 12:05:05 +0100 list build dependencies in README Diffstat:
| M | README | | | 31 | ++++++++++++++++++++++++++++++- |
1 file changed, 30 insertions(+), 1 deletion(-)
diff --git a/README b/README @@ -67,7 +67,7 @@ At this time, Challenger only works with a Postgres database. Other database backends could easily be written in the future. -Dependencies +Installation ============ See INSTALL for generic installation instructions. In addition, @@ -85,6 +85,35 @@ Other non-essential dependencies are indicated by --with-FOO in the "./configure --help" output. + +Dependencies: +============= + +Build tools for compiling Challenger 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 Challenger: + +- GNU Taler exchange >= 0.14.0 +- PostgreSQL >= 15.0 + + License: ========