mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Build: FreeBSD support
This commit is contained in:
parent
76bcd284f9
commit
4e27c58be7
3 changed files with 25 additions and 1 deletions
|
@ -65,6 +65,12 @@ Notes:
|
|||
pkg_add bash gmp gcc git flock gmake sudo
|
||||
```
|
||||
|
||||
#### FreeBSD prerequisites
|
||||
```
|
||||
$ pkg add coreutils gmake bash sudo git
|
||||
$ ln -s /usr/local/bin/ginstall /usr/local/bin/install
|
||||
```
|
||||
|
||||
### Build
|
||||
> Before starting, make sure that you have configured your global identity for git, or the first script will fail after running for a bit.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue