diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-03 06:46:24 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-03 06:46:24 (GMT) |
commit | a845d52674d4dcb701d02254bebe72c4c9441890 (patch) | |
tree | 56425fad0a591edc7a5af032fe21819d07b6436f /docs | |
parent | 9055269380fd485174b5c68cd06b406385a0228c (diff) | |
download | mxe-a845d52674d4dcb701d02254bebe72c4c9441890.zip mxe-a845d52674d4dcb701d02254bebe72c4c9441890.tar.gz mxe-a845d52674d4dcb701d02254bebe72c4c9441890.tar.bz2 |
docs: update homebrew notes to ignore $PATH mods and `brew link`
see: https://github.com/mxe/mxe/issues/2053#issuecomment-369824424
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 15 |
1 files 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</pre> <p> - Some formulae are + You will see messages about <a href="https://github.com/Homebrew/brew/blob/master/docs/FAQ.md#what-does-keg-only-mean"><code>keg-only</code></a> - and may need <code>brew link</code> to be found. Alternately, paths - for conflicting tools can be added to your session: - </p> - <pre>export PATH="/usr/local/opt/gettext/bin:/usr/local/opt/openssl/bin:$PATH" - make ...</pre> - <p> - or <code>make</code> invocation: - </p> - <pre>PATH="/usr/local/opt/gettext/bin:/usr/local/opt/openssl/bin:$PATH" \ - make ...</pre> + formulae and tools prefixed with 'g' - you can safely ignore these + and no homebrew related <code>$PATH</code> modifications or + <code>brew link</code>s are necessary. <h5 id="requirements-macos-general">Genral Notes</h5> <p> |