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

Github-Pull: #32711
Rebased-From: 89526deddf
This commit is contained in:
Sebastian Falbesoner 2025-06-09 14:29:00 +02:00 committed by fanquake
parent 78688c8413
commit 876a7b2db5
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
1 changed files with 3 additions and 3 deletions

View File

@ -90,15 +90,15 @@ For linux S390X cross compilation:
### Install the required dependencies: FreeBSD
pkg install bash
pkg install bash cmake curl gmake
### Install the required dependencies: NetBSD
pkgin install bash gmake
pkgin install bash cmake curl gmake perl
### Install the required dependencies: OpenBSD
pkg_add bash gmake gtar
pkg_add bash cmake curl gmake gtar
### Dependency Options