1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

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

View file

@ -116,7 +116,12 @@ Notes:
#### OpenBSD prerequisites #### 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 #### FreeBSD prerequisites