Documentation: Update build dependencies on OpenBSD

This commit is contained in:
joshua stein 2021-02-13 20:28:50 -06:00 committed by Andreas Kling
parent 4a2209d0e0
commit ca35776e78
Notes: sideshowbarker 2024-07-18 22:20:33 +09:00

View file

@ -116,7 +116,12 @@ Notes:
#### OpenBSD prerequisites
```
$ pkg_add bash gcc git gmake gmp ninja sudo
$ doas pkg_add bash cmake g++ gcc git gmake gmp ninja
```
To use `ninja image` and `ninja run`, you'll need Qemu and other utilities:
```
$ doas pkg_add coreutils qemu sudo
```
#### FreeBSD prerequisites