Skip to content

Commit 89526de

Browse files
committed
doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md
1 parent ae02413 commit 89526de

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)