docs: add instructions for homebrew

pull/1011/head
Tony Theodore 9 years ago
parent 0b6b2e6e95
commit 85f9305ab4

@ -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.

Loading…
Cancel
Save