me
/
guix
Archived
1
0
Fork 0

doc: contributing: Suggest building from Git.

* doc/contributing.texi (Requirements): Explain the purpose of
this section.  Refer regular contributors to Building from Git.

Change-Id: I731af4ac8e78b053b96a3b683528964223ab740b
master
Florian Pelz 2024-04-11 08:14:36 +02:00
parent 4caf26a4f5
commit 991f67902f
No known key found for this signature in database
GPG Key ID: 300888CB39C63817
1 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,14 @@ choice.
@node Requirements
@section Requirements
You can easily hack on Guix itself using Guix and Git, which we use for
version control (@pxref{Building from 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 (@pxref{Binary Installation}), you can download
a release version of our reproducible source tarball and read on.
This section lists requirements when building Guix from source. The
build procedure for Guix is the same as for other GNU software, and is
not covered here. Please see the files @file{README} and @file{INSTALL}