mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Update build dependencies on OpenBSD
This commit is contained in:
parent
4a2209d0e0
commit
ca35776e78
Notes:
sideshowbarker
2024-07-18 22:20:33 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/ca35776e782 Pull-request: https://github.com/SerenityOS/serenity/pull/5337
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