summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
index 7f1edb4..a7408ef 100644
--- a/index.html
+++ b/index.html
@@ -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.