sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit efaff574fc9a7e2cf51a05e536c4d77e140f0b86
parent 565dd1f1cbdbf363e255e8b317e0ad3ee5a63463
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 15 Nov 2024 12:05:56 +0100

list build dependencies in README

Diffstat:
MREADME | 30+++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -68,7 +68,7 @@ At this time, Sync 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, Sync @@ -86,6 +86,34 @@ Other non-essential dependencies are indicated by --with-FOO in the "./configure --help" output. +Dependencies: +============= + +Build tools for compiling Sync 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 Sync: + +- GNU Taler merchant >= 0.14.0 +- PostgreSQL >= 15.0 + + License: ========