mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md
Github-Pull: #32711 Rebased-From: 89526deddf87904619b26319e8d149cf97466868
This commit is contained in:
parent
78688c8413
commit
876a7b2db5
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue