mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-01 09:35:52 -05:00
doc: install binutils, not binutils-gold in depends
We don't use the gold linker. binutils-gold just installs binutils (and the gold linker) in any case.
This commit is contained in:
parent
0fe225e378
commit
0953c622f9
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex
|
|||
|
||||
Common linux dependencies:
|
||||
|
||||
sudo apt-get install make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config python3 patch bison
|
||||
sudo apt-get install make automake cmake curl g++-multilib libtool binutils bsdmainutils pkg-config python3 patch bison
|
||||
|
||||
For linux ARM cross compilation:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue