diff options
author | Tony Theodore <tonyt@logyst.com> | 2010-09-26 15:12:56 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2010-09-26 15:12:56 (GMT) |
commit | 714a12ab02e5c7d93ad1fa29ab14ead2b0e05a4c (patch) | |
tree | e29e74dedf3035a06d5f9a6202b3a76d45cae66f /doc | |
parent | aa14f5983334780b2965ea364866c6ee81175ea1 (diff) | |
download | mxe-714a12ab02e5c7d93ad1fa29ab14ead2b0e05a4c.zip mxe-714a12ab02e5c7d93ad1fa29ab14ead2b0e05a4c.tar.gz mxe-714a12ab02e5c7d93ad1fa29ab14ead2b0e05a4c.tar.bz2 |
use the more recent gcc42 on OSX
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 84c9a75..92b4825 100644 --- a/doc/index.html +++ b/doc/index.html @@ -661,8 +661,7 @@ USE_OSGPLUGIN(<plugin2>) <!-- http://www.macports.org/ports.php --> <pre>sudo port install autoconf automake bison cmake flex \ gsed libtool openssl p5-xml-parser \ - pkgconfig scons wget xz-devel gcc_select -sudo gcc_select gcc40</pre> + pkgconfig scons wget xz-devel</pre> <h3>MacOS X (≤ 10.5)</h3> @@ -676,7 +675,8 @@ sudo gcc_select gcc40</pre> <!-- http://www.macports.org/ports.php --> <pre>sudo port install autoconf automake bison cmake flex \ gmake gsed libtool openssl p5-xml-parser \ - pkgconfig scons wget xz-devel</pre> + pkgconfig scons wget xz-devel gcc_select +sudo gcc_select gcc42</pre> <h3 id="requirements-opensolaris">Open Solaris 2009.06</h3> |