Next: Construcción desde Git, Up: Contribuir [Contents][Index]
You can easily hack on Guix itself using Guix and Git, which we use for version control (see Construcción desde Git).
But when packaging Guix for foreign distros or when bootstrapping on systems without Guix, and if you decide to not just trust and install our readily made binary (see Instalación binaria), you can download a release version of our reproducible source tarball and read on.
Esta sección enumera los requisitos para construir Guix desde las fuentes. El procedimiento de construcción de Guix es el mismo que el de otro software GNU, y no está cubierto aquí. Por favor, eche un vistazo a los archivos README y INSTALL en el árbol de fuentes de Guix para obtener detalles adicionales.
GNU Guix está disponible para descarga desde su sitio web en http://www.gnu.org/software/guix/.
GNU Guix depende de los siguientes paquetes:
Las siguientes dependencias son opcionales:
guix copy
(see Invocación de guix copy
) dependen de
Guile-SSH, versión
0.13.0 o posterior.
guix publish
and for substitutes
(see Invocación de guix publish
).
crate
importer (see Invocación de guix import
).
go
importer (see Invocación de guix import
) and for some of the
“updaters” (see Invocación de guix refresh
).
guix
daemon
puede usarla para comprimir los registros de construcción.
Si no se ha proporcionado --disable-daemon a configure
,
los siguientes paquetes también son necesarios:
The Guile bindings to GnuTLS were distributed as part of GnuTLS until version 3.7.8 included.
Next: Construcción desde Git, Up: Contribuir [Contents][Index]