summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-07 16:53:28 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-07 16:53:28 +0100
commit11924412ff15efc58b7d7d4578ea9b46ceb83202 (patch)
tree72c31e8121c7ea809a0833267f6b6d4bbb784821
parent6cfa410c9b57742737216fd90b8c264c0c1a6c1d (diff)
downloadguile-11924412ff15efc58b7d7d4578ea9b46ceb83202.tar.gz
README mentions development dependencies.
Reported by Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>. * README: Mention packages needed when building from Git.
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index 1ce0b2f0b..23b071ad6 100644
--- 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 =====================================