mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00: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
|
#### 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue