diff options
author | joshua stein <jcs@jcs.org> | 2021-02-13 20:28:50 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-14 09:29:22 +0100 |
commit | ca35776e782a87981676906d99ff25d110077a3f (patch) | |
tree | 7e6a1b658c7a3d776375be093b874edf4ecb2daa /Documentation | |
parent | 4a2209d0e052dd70daed13a6a20433bfc75f7c23 (diff) | |
download | serenity-ca35776e782a87981676906d99ff25d110077a3f.zip |
Documentation: Update build dependencies on OpenBSD
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index eb318c8bbb..a00a17a20a 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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 |