doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md

This commit is contained in:
Sebastian Falbesoner 2025-06-09 14:29:00 +02:00
parent ae024137bd
commit 89526deddf
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ To build dependencies for the current arch+OS:
### FreeBSD
pkg install bash
pkg install bash cmake curl gmake
To build dependencies for the current arch+OS:
@ -39,7 +39,7 @@ To build dependencies for the current arch+OS:
### NetBSD
pkgin install bash gmake
pkgin install bash cmake curl gmake perl
To build dependencies for the current arch+OS:
@ -47,7 +47,7 @@ To build dependencies for the current arch+OS:
### OpenBSD
pkg_add bash gmake gtar
pkg_add bash cmake curl gmake gtar
To build dependencies for the current arch+OS: