Skip to content

Commit 414da8e

Browse files
committed
partial bitcoin#30454: Introduce CMake-based build system
includes: - 6ce50fd (only some changes to `depends/README.md`)
1 parent 7975ebd commit 414da8e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

depends/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,13 @@ For linux S390X cross compilation:
9292

9393
pkg install bash
9494

95+
### Install the required dependencies: NetBSD
96+
97+
pkgin install bash gmake
98+
9599
### Install the required dependencies: OpenBSD
96100

97-
pkg_add bash gtar
101+
pkg_add bash gmake gtar
98102

99103
### Dependency Options
100104

0 commit comments

Comments
 (0)