From 876a7b2db5273ef8f6864bef9c304d36047409f4 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Mon, 9 Jun 2025 14:29:00 +0200 Subject: [PATCH] doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md Github-Pull: #32711 Rebased-From: 89526deddf87904619b26319e8d149cf97466868 --- depends/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/depends/README.md b/depends/README.md index 848137f03fa..e0aef7c1789 100644 --- a/depends/README.md +++ b/depends/README.md @@ -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