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.
1 parent ae02413 commit 89526deCopy full SHA for 89526de
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