We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dff208b + 89526de commit c1d4253Copy full SHA for c1d4253
depends/README.md
@@ -31,23 +31,23 @@ To build dependencies for the current arch+OS:
31
32
### FreeBSD
33
34
- pkg install bash
+ pkg install bash cmake curl gmake
35
36
To build dependencies for the current arch+OS:
37
38
gmake
39
40
### NetBSD
41
42
- pkgin install bash gmake
+ pkgin install bash cmake curl gmake perl
43
44
45
46
47
48
### OpenBSD
49
50
- pkg_add bash gmake gtar
+ pkg_add bash cmake curl gmake gtar
51
52
53
0 commit comments