mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Documentation: Update FreeBSD prerequisites
FreeBSD comes with Clang as default host compiler and provides GCC in the package system. The commit adds a few dependencies to the pkg command line.
This commit is contained in:
parent
90f7e01179
commit
5d146628e1
Notes:
sideshowbarker
2024-07-18 05:34:29 +09:00
Author: https://github.com/endofexclusive 🔰 Commit: https://github.com/SerenityOS/serenity/commit/5d146628e12 Pull-request: https://github.com/SerenityOS/serenity/pull/9475
1 changed files with 1 additions and 1 deletions
|
@ -92,6 +92,6 @@ doas pkg_add bash cmake g++ gcc git gmake gmp ninja ccache rsync coreutils qemu
|
|||
## FreeBSD prerequisites
|
||||
|
||||
```console
|
||||
pkg install bash coreutils git gmake ninja sudo gmp mpc mpfr ccache rsync
|
||||
pkg install bash cmake coreutils e2fsprogs fusefs-ext2 gcc git gmake ninja sudo gmp mpc mpfr ccache rsync
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue