diff options
author | Tony Theodore <tonyt@logyst.com> | 2010-10-02 17:57:29 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2010-10-02 17:57:29 (GMT) |
commit | 04e4481b5658e3ed22d962a7170e024f8a9bda09 (patch) | |
tree | 6869e10bfd6a7172e832fa1b6203f201ecaaab57 /doc | |
parent | b57f2518d3baa5c05429e009fd2cbb988b1b05b7 (diff) | |
download | mxe-04e4481b5658e3ed22d962a7170e024f8a9bda09.zip mxe-04e4481b5658e3ed22d962a7170e024f8a9bda09.tar.gz mxe-04e4481b5658e3ed22d962a7170e024f8a9bda09.tar.bz2 |
update docs: simplify requirements for OS X
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/doc/index.html b/doc/index.html index 815c016..a35aa30 100644 --- a/doc/index.html +++ b/doc/index.html @@ -494,7 +494,7 @@ USE_OSGPLUGIN(<plugin2>) <li><a href="#requirements-freebsd">FreeBSD</a></li> <li><a href="#requirements-frugalware">Frugalware</a></li> <li><a href="#requirements-gentoo">Gentoo</a></li> - <li><a href="#requirements-macos">MacOS</a></li> + <li><a href="#requirements-macos">Mac OS X</a></li> <li><a href="#requirements-opensuse">openSUSE</a></li> </ul> @@ -667,7 +667,7 @@ USE_OSGPLUGIN(<plugin2>) <a href="http://lists.nongnu.org/archive/html/mingw-cross-env-list/2010-05/msg00296.html">open issues with Gentoo and GCC-4.5</a>. </p> - <h3 id="requirements-macos">MacOS 10.6</h3> + <h3 id="requirements-macos">Mac OS X</h3> <p> Install @@ -680,23 +680,12 @@ USE_OSGPLUGIN(<plugin2>) <pre>sudo port install autoconf automake bison cmake flex \ gsed intltool libtool openssl \ p5-xml-parser pkgconfig scons \ - wget xz-devel gcc_select -sudo gcc_select gcc40</pre> - - <h3>MacOS X (≤ 10.5)</h3> - + wget xz-devel</pre> <p> - Install - <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a> - and - <a href="http://www.macports.org/">MacPorts</a>, - then run: + On Mac OS X ≤ 10.5, also select a more recent GCC: </p> - <!-- http://www.macports.org/ports.php --> - <pre>sudo port install autoconf automake bison cmake flex \ - gmake gsed intltool libtool openssl \ - p5-xml-parser pkgconfig scons wget \ - xz-devel</pre> + <pre>sudo port install gcc_select +sudo gcc_select gcc42</pre> <h3 id="requirements-opensuse">openSUSE</h3> |