diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-05 17:56:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-07 23:47:22 +0100 |
commit | 06e3a5181efa0ea83bb6608d3cbfba5caa56d7e9 (patch) | |
tree | 3ba351b7be242aa6f1ce5925f10886dc47bae8e9 /README | |
parent | f997137d0e2eba27bb1e2b282ee19ea474c41e12 (diff) | |
download | guix-06e3a5181efa0ea83bb6608d3cbfba5caa56d7e9.tar guix-06e3a5181efa0ea83bb6608d3cbfba5caa56d7e9.tar.gz |
doc: Mark zlib as mandatory, libbz2 as optional.
* doc/guix.texi (Requirements): Move zlib to mandatory and libbz2 to
optional.
* README: Ditto.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,13 +25,14 @@ GNU Guix currently depends on the following packages: - [[https://www.gnu.org/software/make/][GNU Make]] - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled. - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] + - [[http://www.zlib.net/][zlib]] - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command Unless `--disable-daemon' was passed, the following packages are needed: - [[https://sqlite.org/][SQLite 3]] - - [[http://www.bzip.org][libbz2]] - [[https://gcc.gnu.org][GCC's g++]] + - optionally [[http://www.bzip.org][libbz2]] When `--disable-daemon' was passed, you instead need the following: |