summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-04-17 23:38:16 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-04-17 23:38:16 (GMT)
commit8f9698984a0cf3c6cdc3abdc5f48ed82a4e587ba (patch)
treecb99834cf9c8c2f6c64f2a60beb16f17b4c42e7b
parentab2cf656f58d88c2c04c2e88d7ad7acc3c623514 (diff)
parent9776c05d46eaf5f035a93bfc54d7145550be3258 (diff)
downloadmxe-8f9698984a0cf3c6cdc3abdc5f48ed82a4e587ba.zip
mxe-8f9698984a0cf3c6cdc3abdc5f48ed82a4e587ba.tar.gz
mxe-8f9698984a0cf3c6cdc3abdc5f48ed82a4e587ba.tar.bz2
Merge pull request #1306 from tonytheodore/osx-gnu-tar
add GNU Tar to requirements and specify OS X packages
-rw-r--r--index.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2f5ad68..9976f2a 100644
--- a/index.html
+++ b/index.html
@@ -572,6 +572,10 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<td></td>
</tr>
<tr>
+ <td><a href="https://www.gnu.org/software/tar/">GNU Tar</a></td>
+ <td></td>
+ </tr>
+ <tr>
<td><a href="http://freedesktop.org/wiki/Software/intltool/">Intltool</a></td>
<td>≥ 0.40</td>
</tr>
@@ -778,7 +782,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- http://www.macports.org/ports.php -->
<pre>sudo port install \
autoconf automake bison coreutils flex gettext \
- gdk-pixbuf2 glib2 gsed intltool libffi libtool \
+ gdk-pixbuf2 glib2 gnutar gsed intltool libffi libtool \
openssl p5-xml-parser p7zip pkgconfig scons wget xz</pre>
<h5 id="requirements-macos-method-2">Method 2 - Rudix</h5>
@@ -789,7 +793,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- http://rudix.org/packages/index.html -->
<pre>sudo rudix install \
autoconf automake coreutils gettext glib intltool \
- libtool p7zip scons sed wget xz</pre>
+ libtool p7zip scons sed tar wget xz</pre>
<p>
Note: <b>gdk-pixbuf2</b> is not installed in method 2,
so you can not build <b>gtk3</b>. Other packages may be
@@ -804,7 +808,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- http://braumeister.org/ -->
<pre>brew install \
autoconf automake coreutils gdk-pixbuf gettext \
- gnu-sed intltool libtool p7zip wget xz</pre>
+ gnu-sed gnu-tar intltool libtool p7zip wget xz</pre>
<p>
Some formulae are
<a href="https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#what-does-keg-only-mean"><code>keg-only</code></a>