mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Documentation: Update build dependencies on OpenBSD
This commit is contained in:
parent
4a2209d0e0
commit
ca35776e78
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue