guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/04: README mentions development dependencies.


From: Ludovic Courtès
Subject: [Guile-commits] 03/04: README mentions development dependencies.
Date: Sat, 7 Mar 2020 10:57:46 -0500 (EST)

civodul pushed a commit to branch master
in repository guile.

commit 11924412ff15efc58b7d7d4578ea9b46ceb83202
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sat Mar 7 16:53:28 2020 +0100

    README mentions development dependencies.
    
    Reported by Jean-Christophe Helary <address@hidden>.
    
    * README: Mention packages needed when building from Git.
---
 README | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 1ce0b2f..23b071a 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 =====================================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]