summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-10 11:20:35 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-10 11:20:35 +0200
commitf0b98b848384f2957a1658a73f0ff20bcec38c23 (patch)
tree704c4a7d526118e9d7e7856eb0b427e0aadd74cc
parent005c8fc6e0718f6e66ba19f4d21c056fea5c8aa3 (diff)
doc: Mention GNU Make as a requirement.
* README (Requirements): Add GNU Make. * doc/guix.texi (Requirements): Likewise.
-rw-r--r--README1
-rw-r--r--doc/guix.texi1
2 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index fafa6524e99..fe46192acf2 100644
--- a/README
+++ b/README
@@ -22,6 +22,7 @@ GNU Guix currently depends on the following packages:
22 22
23 - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.7 or later 23 - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.7 or later
24 - [[http://gnupg.org/][GNU libgcrypt]] 24 - [[http://gnupg.org/][GNU libgcrypt]]
25 - [[http://www.gnu.org/software/make/][GNU Make]]
25 - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command 26 - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
26 - optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support 27 - optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support
27 in the 'guix download' command. Note that 'guix import pypi' requires 28 in the 'guix download' command. Note that 'guix import pypi' requires
diff --git a/doc/guix.texi b/doc/guix.texi
index 767c00e4392..698b63fac5a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -334,6 +334,7 @@ GNU Guix depends on the following packages:
334@itemize 334@itemize
335@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later; 335@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later;
336@item @url{http://gnupg.org/, GNU libgcrypt}; 336@item @url{http://gnupg.org/, GNU libgcrypt};
337@item @url{http://www.gnu.org/software/make/, GNU Make}.
337@end itemize 338@end itemize
338 339
339The following dependencies are optional: 340The following dependencies are optional: