Next: Executando a suíte de testes, Previous: Instalação de binários, Up: Instalação [Contents][Index]
Esta seção lista os requisitos ao compilar o Guix a partir do fonte. O procedimento de compilação do Guix é o mesmo que para outros softwares GNU, e não é coberto aqui. Por favor, veja os arquivos README e INSTALL na árvore fonte do Guix para detalhes adicionais.
O GNU Guix está disponível para download em seu site em http://www.gnu.org/software/guix/.
GNU Guix depende dos seguintes pacotes:
As seguintes dependências são opcionais:
guix copy
(see Invocando guix copy) depends on
Guile-SSH, version
0.13.0 or later.
guix publish
and for substitutes
(see Invocando guix publish).
crate
importer (see Invocando guix import).
go
importer (see Invocando guix import) and for some of the
“updaters” (see Invocando guix refresh).
guix-daemon
pode usá-lo para comprimir logs de compilação.
Unless --disable-daemon was passed to configure
, the
following packages are also needed:
When configuring Guix on a system that already has a Guix installation, be
sure to specify the same state directory as the existing installation using
the --localstatedir option of the configure
script
(see localstatedir
in GNU Coding
Standards). Usually, this localstatedir option is set to the value
/var. The configure
script protects against unintended
misconfiguration of localstatedir so you do not inadvertently corrupt
your store (see O armazém).
The Guile bindings to GnuTLS were distributed as part of GnuTLS until version 3.7.8 included.
Next: Executando a suíte de testes, Previous: Instalação de binários, Up: Instalação [Contents][Index]