mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Mention 'gcc-toolchain' in README.
* README (Installing Guix from Guix): Use "gcc-toolchain" instead of "gcc,binutils,ld-wrapper,glibc".
This commit is contained in:
parent
8b8476b859
commit
47d347b725
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -52,7 +52,7 @@ To do so:
|
||||||
- Install the dependencies (see 'Requirements' above) and build tools using
|
- Install the dependencies (see 'Requirements' above) and build tools using
|
||||||
Guix:
|
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
|
- set the environment variables that Guix recommends you to set during the
|
||||||
package installation process:
|
package installation process:
|
||||||
|
|
Loading…
Reference in a new issue