mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Docs: Update FreeBSD instructions (#2510)
ginstall should not be symlinked to install globally. The actual issue of having GNU coreutils prefixed with `g` and not being picked up by CMake can be fixed on CMake level as noted here: https://github.com/SerenityOS/serenity/issues/2234#issuecomment-629754194
This commit is contained in:
parent
df8fd4e8c8
commit
7e2cf4be4b
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ pkg_add bash gmp gcc git flock gmake sudo
|
||||||
#### FreeBSD prerequisites
|
#### FreeBSD prerequisites
|
||||||
```
|
```
|
||||||
$ pkg add coreutils gmake bash sudo git
|
$ pkg add coreutils gmake bash sudo git
|
||||||
$ ln -s /usr/local/bin/ginstall /usr/local/bin/install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue