Skip to content

Commit

Permalink
Docs: Update FreeBSD instructions (SerenityOS#2510)
Browse files Browse the repository at this point in the history
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:
SerenityOS#2234 (comment)
  • Loading branch information
zpl-zak committed Jun 16, 2020
1 parent df8fd4e commit 7e2cf4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e2cf4b

Please sign in to comment.