docs: update homebrew instructions

This commit is contained in:
Tony Theodore 2018-02-18 11:13:10 +11:00
parent 9f6650d443
commit e81c9a6f77
1 changed files with 11 additions and 3 deletions

View File

@ -835,12 +835,20 @@ USE_OSGPLUGIN(<plugin2>)
<!-- http://braumeister.org/ -->
<pre>brew install \
autoconf automake coreutils gdk-pixbuf gettext \
gnu-sed gnu-tar intltool libtool p7zip wget xz</pre>
gnu-sed gnu-tar intltool libtool p7zip scons wget xz</pre>
<p>
Some formulae are
<a href="https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#what-does-keg-only-mean"><code>keg-only</code></a>
and will need <code>brew link</code> to be found.
<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>
<h5 id="requirements-macos-general">Genral Notes</h5>
<p>