Skip to content

Commit c1d4253

Browse files
committed
Merge bitcoin/bitcoin#32711: doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md
89526de doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md (Sebastian Falbesoner) Pull request description: Suggested initially only for OpenBSD and cmake (see bitcoin/bitcoin#32690 (comment), bitcoin/bitcoin#32690 (comment)), this PR adds missing package recommendations for other BSDs as well in order to build depends. I tested this only on OpenBSD, but found the package names for the other BSDs on the ports search engines: * FreeBSD: https://ports.freebsd.org/cgi/ports.cgi * NetBSD: https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/index-all.html At least on OpenBSD, curl is a [dependency of git](https://github.com/openbsd/ports/blob/879e73073bb74a964d64f0d76ecc8e2405f80d3d/devel/git/Makefile#L49-L50), so most users will not need to install it explicitly. But as git is not the only way to obtain the source code, I think it doesn't hurt to list it, and we also do it already for Ubuntu & Debian: https://github.com/bitcoin/bitcoin/blob/f3bbc746647d1fd23bf5cfe357e32f38c5f6319c/depends/README.md?plain=1#L9-L11 ACKs for top commit: maflcko: lgtm ACK 89526de Sjors: re-utACK 89526de hebasto: ACK 89526de. Tree-SHA512: ba8b540f902b924740c81c5d874f9525d214b75c5892cd1234db2207e9ca96c2bc80e8b743e0d924a55f40a91894cbb4a6635f1561998a7e0ba26d9f68e0e1a4
2 parents dff208b + 89526de commit c1d4253

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ To build dependencies for the current arch+OS:
3131

3232
### FreeBSD
3333

34-
pkg install bash
34+
pkg install bash cmake curl gmake
3535

3636
To build dependencies for the current arch+OS:
3737

3838
gmake
3939

4040
### NetBSD
4141

42-
pkgin install bash gmake
42+
pkgin install bash cmake curl gmake perl
4343

4444
To build dependencies for the current arch+OS:
4545

4646
gmake
4747

4848
### OpenBSD
4949

50-
pkg_add bash gmake gtar
50+
pkg_add bash cmake curl gmake gtar
5151

5252
To build dependencies for the current arch+OS:
5353

0 commit comments

Comments
 (0)