summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-03-03 06:46:24 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-03 06:46:24 (GMT)
commita845d52674d4dcb701d02254bebe72c4c9441890 (patch)
tree56425fad0a591edc7a5af032fe21819d07b6436f /docs
parent9055269380fd485174b5c68cd06b406385a0228c (diff)
downloadmxe-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.html15
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(&lt;plugin2&gt;)
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>