docs: add instructions for homebrew

This commit is contained in:
Tony Theodore 2015-11-26 17:24:38 +11:00
parent 0b6b2e6e95
commit 85f9305ab4
1 changed files with 15 additions and 0 deletions

View File

@ -759,6 +759,21 @@ USE_OSGPLUGIN(<plugin2>)
so you can not build <b>gtk3</b>. Other packages may be
missing on Rudix - please open an issue if you find any.
</p>
<h5 id="requirements-macos-method-3">Method 3 - Homebrew</h5>
<p>
Install <a href="http://brew.sh/">Homebrew</a>,
then run:
</p>
<!-- http://braumeister.org/ -->
<pre>brew install \
autoconf automake cmake coreutils gdk-pixbuf gettext \
gnu-sed intltool libtool p7zip wget xz</pre>
<p>
and:
</p>
<pre>export PATH=${PATH}:/usr/local/opt/gettext/bin</pre>
<p>
You may be prompted to install a java runtime
- this is not required.