mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md
This commit is contained in:
@@ -31,7 +31,7 @@ To build dependencies for the current arch+OS:
|
|||||||
|
|
||||||
### FreeBSD
|
### FreeBSD
|
||||||
|
|
||||||
pkg install bash
|
pkg install bash cmake curl gmake
|
||||||
|
|
||||||
To build dependencies for the current arch+OS:
|
To build dependencies for the current arch+OS:
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ To build dependencies for the current arch+OS:
|
|||||||
|
|
||||||
### NetBSD
|
### NetBSD
|
||||||
|
|
||||||
pkgin install bash gmake
|
pkgin install bash cmake curl gmake perl
|
||||||
|
|
||||||
To build dependencies for the current arch+OS:
|
To build dependencies for the current arch+OS:
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ To build dependencies for the current arch+OS:
|
|||||||
|
|
||||||
### OpenBSD
|
### OpenBSD
|
||||||
|
|
||||||
pkg_add bash gmake gtar
|
pkg_add bash cmake curl gmake gtar
|
||||||
|
|
||||||
To build dependencies for the current arch+OS:
|
To build dependencies for the current arch+OS:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user