From a845d52674d4dcb701d02254bebe72c4c9441890 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sat, 3 Mar 2018 17:46:24 +1100 Subject: docs: update homebrew notes to ignore $PATH mods and `brew link` see: https://github.com/mxe/mxe/issues/2053#issuecomment-369824424 --- docs/index.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 988881f..495379f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -976,18 +976,11 @@ USE_OSGPLUGIN(<plugin2>) wget \ xz

- Some formulae are + You will see messages about keg-only - and may need brew link to be found. Alternately, paths - for conflicting tools can be added to your session: -

-
export PATH="/usr/local/opt/gettext/bin:/usr/local/opt/openssl/bin:$PATH"
-    make ...
-

- or make invocation: -

-
PATH="/usr/local/opt/gettext/bin:/usr/local/opt/openssl/bin:$PATH" \
-    make ...
+ formulae and tools prefixed with 'g' - you can safely ignore these + and no homebrew related $PATH modifications or + brew links are necessary.
Genral Notes

-- cgit v0.12