summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-11-12 10:34:09 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-11-12 10:34:09 (GMT)
commit0bc4b505090ce759596818c407db84fad133439c (patch)
treeb840848f6d41b2df0cf8016620da85eafe3c1e66
parent7c37f8b438cfe92f892dee5649201eac6f07d9a7 (diff)
downloadmxe-0bc4b505090ce759596818c407db84fad133439c.zip
mxe-0bc4b505090ce759596818c407db84fad133439c.tar.gz
mxe-0bc4b505090ce759596818c407db84fad133439c.tar.bz2
doc update: reduce OSX requirements and use make build-requirements
-rw-r--r--index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/index.html b/index.html
index b9c4aa9..f3fac22 100644
--- a/index.html
+++ b/index.html
@@ -856,16 +856,18 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
Install
- <a href="http://developer.apple.com/xcode/">Xcode 4</a>
+ <a href="http://developer.apple.com/xcode/">Xcode 5</a>
and
<a href="http://www.macports.org/">MacPorts</a>,
then run:
</p>
<!-- http://www.macports.org/ports.php -->
<pre>sudo port install \
- autoconf automake bison cmake coreutils flex gettext \
- git-core glib2 gsed intltool libffi libtool openssl \
- p5-xml-parser pkgconfig scons wget xz</pre>
+ coreutils glib2 gsed intltool p5-xml-parser scons wget xz</pre>
+ <p>
+ and from within the mxe directory:
+ </p>
+ <pre>make build-requirements</pre>
<p>
Mac OS X versions ≤ 10.7 are no longer supported.
</p>