Skip to content

Commit

Permalink
Documentation: Update build dependencies on OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Feb 14, 2021
1 parent 4a2209d commit ca35776
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca35776

Please sign in to comment.