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:
Dominik Madarász 2020-06-16 13:31:11 +02:00 committed by GitHub
parent df8fd4e8c8
commit 7e2cf4be4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 05:37:15 +09:00

View file

@ -63,7 +63,6 @@ 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