doc: Mention GNU Make as a requirement.
authorLudovic Courtès <ludo@gnu.org>
Sun, 10 May 2015 09:20:35 +0000 (11:20 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 10 May 2015 09:20:35 +0000 (11:20 +0200)
* README (Requirements): Add GNU Make.
* doc/guix.texi (Requirements): Likewise.

README
doc/guix.texi

diff --git a/README b/README
index fafa652..fe46192 100644 (file)
--- a/README
+++ b/README
@@ -22,6 +22,7 @@ GNU Guix currently depends on the following packages:
 
   - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.7 or later
   - [[http://gnupg.org/][GNU libgcrypt]]
+  - [[http://www.gnu.org/software/make/][GNU Make]]
   - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
   - optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support
     in the 'guix download' command.  Note that 'guix import pypi' requires
index 767c00e..698b63f 100644 (file)
@@ -334,6 +334,7 @@ GNU Guix depends on the following packages:
 @itemize
 @item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later;
 @item @url{http://gnupg.org/, GNU libgcrypt};
+@item @url{http://www.gnu.org/software/make/, GNU Make}.
 @end itemize
 
 The following dependencies are optional: