diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-04-10 18:20:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-10 21:41:58 +0200 |
commit | 47d347b725aa5bb64468b99da1fc3a644cf1e1c2 (patch) | |
tree | 7aff88062f4ffa88a4e54b1259ec391af86fc615 /README | |
parent | 8b8476b859b525f012f5864ffc401ea252fb26ca (diff) | |
download | patches-47d347b725aa5bb64468b99da1fc3a644cf1e1c2.tar patches-47d347b725aa5bb64468b99da1fc3a644cf1e1c2.tar.gz |
doc: Mention 'gcc-toolchain' in README.
* README (Installing Guix from Guix): Use "gcc-toolchain" instead of
"gcc,binutils,ld-wrapper,glibc".
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ To do so: - Install the dependencies (see 'Requirements' above) and build tools using Guix: - guix package --install={autoconf,automake,bzip2,gcc,binutils,ld-wrapper,glibc,gettext,guile,libgcrypt,pkg-config,sqlite} + guix package --install={autoconf,automake,bzip2,gcc-toolchain,gettext,guile,libgcrypt,pkg-config,sqlite} - set the environment variables that Guix recommends you to set during the package installation process: |