README mentions development dependencies.
authorLudovic Courtès <ludo@gnu.org>
Sat, 7 Mar 2020 15:53:28 +0000 (16:53 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 7 Mar 2020 15:53:28 +0000 (16:53 +0100)
Reported by Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>.

* README: Mention packages needed when building from Git.

README

diff --git a/README b/README
index 1ce0b2f0b2ee5c614c1422aaf9a9f5690eb0f341..23b071ad636edfddec560d7d9160bd455eb49a4e 100644 (file)
--- a/README
+++ b/README
@@ -116,11 +116,15 @@ Guile requires the following external packages:
 
     - LIBFFI_LIBS=<linker flags for picking up the libffi library>
 
-  - texinfo
 
-    Guile uses `makeinfo' to create info documentation in the directory
-    `doc' and `install-info' (which is provided by a separate package in
-    some distributions) to install it.
+When building from a Git checkout, these additional packages are needed:
+
+  - GNU Autoconf
+  - GNU Automake
+  - GNU Libtool
+  - Flex
+  - GNU Gettext
+  - GNU Texinfo
 
 
 Special Instructions For Some Systems =====================================