Next: Запуск набора тестов, Previous: Бинарная установка, Up: Установка [Contents][Index]
Этот раздел содержит требования для сборки Guix из исходников. Пожалуйста, смотрите файлы README и INSTALL в дереве исходников Guix для подробной информации.
GNU Guix доступен для скачивания на сайте https://www.gnu.org/software/guix/.
GNU Guix зависит от следующих пакетов:
Следующие зависимости необязательны:
guix copy
(see Запуск guix copy) depends on
Guile-SSH, version
0.13.0 or later.
guix publish
и для заменителей
(see Запуск guix publish).
crate
импортера (see Запуск guix import).
go
importer (see Запуск guix import) and for some of the
“updaters” (see Запуск guix refresh).
guix-daemon
может
использовать её для сжатия логов сборки.
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 Хранилище).
Next: Запуск набора тестов, Previous: Бинарная установка, Up: Установка [Contents][Index]