diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-07-06 17:42:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-06 17:42:25 +0200 |
commit | c2808d4c678056084412ae388031ea42898b3f6e (patch) | |
tree | b3c4d35a73c21dd79917dfe957c022388358d98c /doc/contributing.texi | |
parent | 871d819965b7e183384f8973c01a95b20a5d7fca (diff) | |
parent | 8694935cc8610a775391309a83980de0e40eb53b (diff) | |
download | guix-c2808d4c678056084412ae388031ea42898b3f6e.tar guix-c2808d4c678056084412ae388031ea42898b3f6e.tar.gz |
Merge branch 'version-0.15.0'
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index ca44b3b0b0..8feb519b0a 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -108,7 +108,9 @@ actually installing them. So that you can distinguish between your ``end-user'' hat and your ``motley'' costume. To that end, all the command-line tools can be used even if you have not -run @code{make install}. To do that, prefix each command with +run @code{make install}. To do that, you first need to have an environment +with all the dependencies available (@pxref{Building from Git}), and then +simply prefix each command with @command{./pre-inst-env} (the @file{pre-inst-env} script lives in the top build tree of Guix), as in@footnote{The @option{-E} flag to @command{sudo} guarantees that @code{GUILE_LOAD_PATH} is correctly set |