mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
doc: Better explain extra development tools when building from git.
* doc/contributing.texi (Building from Git): Better explain adding tools. Change-Id: I47fb9e5414edc5eebce64d25db6998cc51985fcb Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #4821 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
74d6654633
commit
d08d7c6e5f
1 changed files with 3 additions and 3 deletions
|
|
@ -203,11 +203,11 @@ installation instructions (@pxref{Requirements}).
|
||||||
@item @url{https://www.gnu.org/software/help2man/, GNU Help2man (optional)}.
|
@item @url{https://www.gnu.org/software/help2man/, GNU Help2man (optional)}.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
On Guix, extra dependencies can be added by instead running @command{guix
|
On Guix, other development tools, like @code{strace}, can be included by
|
||||||
shell}:
|
giving them as extra arguments to @command{guix shell}:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix shell -D guix help2man git strace --pure
|
guix shell -D guix -CPW strace
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
From there you can generate the build system infrastructure
|
From there you can generate the build system infrastructure
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue