summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-26 06:24:38 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-26 06:24:38 (GMT)
commit85f9305ab4efa0a39dcfb423ea7470b43e217303 (patch)
treed8ed07eba5febea24b90da0405f37c7708d3078b /index.html
parent0b6b2e6e95f7dc7ec5241bb94b3ecfd48c9205b8 (diff)
downloadmxe-85f9305ab4efa0a39dcfb423ea7470b43e217303.zip
mxe-85f9305ab4efa0a39dcfb423ea7470b43e217303.tar.gz
mxe-85f9305ab4efa0a39dcfb423ea7470b43e217303.tar.bz2
docs: add instructions for homebrew
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(&lt;plugin2&gt;)
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.