diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-02-26 11:13:20 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-02-26 11:13:20 (GMT) |
commit | aa9aa4813f7076d6889421f876d10dc0d67383a6 (patch) | |
tree | 0727f61a23c7fe4723961776193961136a2c0b7f /index.html | |
parent | 7f86626c482c69baf37702963c2cfad5001bdb3d (diff) | |
download | mxe-aa9aa4813f7076d6889421f876d10dc0d67383a6.zip mxe-aa9aa4813f7076d6889421f876d10dc0d67383a6.tar.gz mxe-aa9aa4813f7076d6889421f876d10dc0d67383a6.tar.bz2 |
doc update: add gpatch to OSX requirements
closes #335
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -870,7 +870,8 @@ USE_OSGPLUGIN(<plugin2>) </p> <!-- http://www.macports.org/ports.php --> <pre>sudo port install \ - coreutils glib2 gsed intltool p5-xml-parser scons wget xz</pre> + coreutils glib2 gsed intltool \ + p5-xml-parser gpatch scons wget xz</pre> <p> and from within the mxe directory: </p> |