mirror of https://github.com/bitcoin/bitcoin.git
doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md
This commit is contained in:
parent
ae024137bd
commit
89526deddf
|
@ -31,7 +31,7 @@ To build dependencies for the current arch+OS:
|
|||
|
||||
### FreeBSD
|
||||
|
||||
pkg install bash
|
||||
pkg install bash cmake curl gmake
|
||||
|
||||
To build dependencies for the current arch+OS:
|
||||
|
||||
|
@ -39,7 +39,7 @@ To build dependencies for the current arch+OS:
|
|||
|
||||
### NetBSD
|
||||
|
||||
pkgin install bash gmake
|
||||
pkgin install bash cmake curl gmake perl
|
||||
|
||||
To build dependencies for the current arch+OS:
|
||||
|
||||
|
@ -47,7 +47,7 @@ To build dependencies for the current arch+OS:
|
|||
|
||||
### OpenBSD
|
||||
|
||||
pkg_add bash gmake gtar
|
||||
pkg_add bash cmake curl gmake gtar
|
||||
|
||||
To build dependencies for the current arch+OS:
|
||||
|
||||
|
|
Loading…
Reference in New Issue