From 7e2cf4be4b844d43015d8140fd587553bbc236f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Tue, 16 Jun 2020 13:31:11 +0200 Subject: [PATCH] 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 --- Documentation/BuildInstructions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 65896fa43b..5a08626000 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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