summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-24 06:02:54 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-24 06:02:54 -0500
commitdfcce6afb735a8fb8fb3c784f6dff539f415e744 (patch)
tree4f5d152a8e15c53a8b1995a4b4a76286138bf563
parentd2824c938212fc9de85ec3bbf3bb0f595e7ac01e (diff)
downloaddocs-dfcce6afb735a8fb8fb3c784f6dff539f415e744.tar.gz
docs-dfcce6afb735a8fb8fb3c784f6dff539f415e744.tar.bz2
docs-dfcce6afb735a8fb8fb3c784f6dff539f415e744.zip
mention GNU recutils necessary for bootstrap
-rw-r--r--developers-manual.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index f176cbe9..22e933e9 100644
--- 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.