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 | |
| parent | f997137d0e2eba27bb1e2b282ee19ea474c41e12 (diff) | |
doc: Mark zlib as mandatory, libbz2 as optional.
* doc/guix.texi (Requirements): Move zlib to mandatory and libbz2 to
optional.
* README: Ditto.
| -rw-r--r-- | README | 3 | ||||
| -rw-r--r-- | doc/guix.texi | 6 |
2 files changed, 5 insertions, 4 deletions
| @@ -25,13 +25,14 @@ GNU Guix currently depends on the following packages: | |||
| 25 | - [[https://www.gnu.org/software/make/][GNU Make]] | 25 | - [[https://www.gnu.org/software/make/][GNU Make]] |
| 26 | - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled. | 26 | - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled. |
| 27 | - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] | 27 | - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] |
| 28 | - [[http://www.zlib.net/][zlib]] | ||
| 28 | - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command | 29 | - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command |
| 29 | 30 | ||
| 30 | Unless `--disable-daemon' was passed, the following packages are needed: | 31 | Unless `--disable-daemon' was passed, the following packages are needed: |
| 31 | 32 | ||
| 32 | - [[https://sqlite.org/][SQLite 3]] | 33 | - [[https://sqlite.org/][SQLite 3]] |
| 33 | - [[http://www.bzip.org][libbz2]] | ||
| 34 | - [[https://gcc.gnu.org][GCC's g++]] | 34 | - [[https://gcc.gnu.org][GCC's g++]] |
| 35 | - optionally [[http://www.bzip.org][libbz2]] | ||
| 35 | 36 | ||
| 36 | When `--disable-daemon' was passed, you instead need the following: | 37 | When `--disable-daemon' was passed, you instead need the following: |
| 37 | 38 | ||
diff --git a/doc/guix.texi b/doc/guix.texi index ca3f6140426..90d6f7665c1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -605,6 +605,7 @@ Guile,, gnutls-guile, GnuTLS-Guile}); | |||
| 605 | @c FIXME: Specify a version number once a release has been made. | 605 | @c FIXME: Specify a version number once a release has been made. |
| 606 | @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, from August | 606 | @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, from August |
| 607 | 2017 or later; | 607 | 2017 or later; |
| 608 | @item @url{http://zlib.net, zlib}; | ||
| 608 | @item @url{http://www.gnu.org/software/make/, GNU Make}. | 609 | @item @url{http://www.gnu.org/software/make/, GNU Make}. |
| 609 | @end itemize | 610 | @end itemize |
| 610 | 611 | ||
| @@ -626,8 +627,8 @@ Support for build offloading (@pxref{Daemon Offload Setup}) and | |||
| 626 | version 0.10.2 or later. | 627 | version 0.10.2 or later. |
| 627 | 628 | ||
| 628 | @item | 629 | @item |
| 629 | When @url{http://zlib.net, zlib} is available, @command{guix publish} | 630 | When @url{http://www.bzip.org, libbz2} is available, |
| 630 | can compress build byproducts (@pxref{Invoking guix publish}). | 631 | @command{guix-daemon} can use it to compress build logs. |
| 631 | @end itemize | 632 | @end itemize |
| 632 | 633 | ||
| 633 | Unless @code{--disable-daemon} was passed to @command{configure}, the | 634 | Unless @code{--disable-daemon} was passed to @command{configure}, the |
| @@ -635,7 +636,6 @@ following packages are also needed: | |||
| 635 | 636 | ||
| 636 | @itemize | 637 | @itemize |
| 637 | @item @url{http://sqlite.org, SQLite 3}; | 638 | @item @url{http://sqlite.org, SQLite 3}; |
| 638 | @item @url{http://www.bzip.org, libbz2}; | ||
| 639 | @item @url{http://gcc.gnu.org, GCC's g++}, with support for the | 639 | @item @url{http://gcc.gnu.org, GCC's g++}, with support for the |
| 640 | C++11 standard. | 640 | C++11 standard. |
| 641 | @end itemize | 641 | @end itemize |
