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
Notes:
sideshowbarker
2024-07-19 05:37:15 +09:00
Author: https://github.com/zpl-zak Commit: https://github.com/SerenityOS/serenity/commit/7e2cf4be4b8 Pull-request: https://github.com/SerenityOS/serenity/pull/2510
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue