diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-10 11:20:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-10 11:20:35 +0200 |
commit | f0b98b848384f2957a1658a73f0ff20bcec38c23 (patch) | |
tree | 704c4a7d526118e9d7e7856eb0b427e0aadd74cc /README | |
parent | 005c8fc6e0718f6e66ba19f4d21c056fea5c8aa3 (diff) | |
download | guix-f0b98b848384f2957a1658a73f0ff20bcec38c23.tar guix-f0b98b848384f2957a1658a73f0ff20bcec38c23.tar.gz |
doc: Mention GNU Make as a requirement.
* README (Requirements): Add GNU Make.
* doc/guix.texi (Requirements): Likewise.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |