taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit dfcce6afb735a8fb8fb3c784f6dff539f415e744
parent d2824c938212fc9de85ec3bbf3bb0f595e7ac01e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 24 Dec 2020 06:02:54 -0500

mention GNU recutils necessary for bootstrap

Diffstat:
Mdevelopers-manual.rst | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/developers-manual.rst b/developers-manual.rst @@ -570,6 +570,8 @@ Update the Texinfo documentation using the files from docs.git: Finally, the Automake ``Makefile.am`` files may have to be adjusted to include new ``*.texi`` files or images. +For bootstrap, you will need to install +`GNU Recutils <https://www.gnu.org/software/recutils/>`_. For the exchange test cases to pass, ``make install`` must be run first. Without it, test cases will fail because plugins can't be located.