diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-11-16 02:33:02 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-11-16 02:33:02 (GMT) |
commit | 51f6aef1f79e24e9042c34f71929b7b1703c7642 (patch) | |
tree | 3d6bb441d2c1d91c11b96a1040b88bfbb11ea0f1 /index.html | |
parent | eda9d6e799a9fd920aaad057264a3ee84aa6d8c8 (diff) | |
download | mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.zip mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.tar.gz mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.tar.bz2 |
update requirement versions
fixes #978
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -494,7 +494,7 @@ USE_OSGPLUGIN(<plugin2>) <table class="requirements"> <tr> <td><a href="https://www.gnu.org/software/autoconf/">Autoconf</a></td> - <td>≥ 2.67</td> + <td>≥ 2.68</td> </tr> <tr> <td><a href="https://www.gnu.org/software/automake/">Automake</a></td> @@ -525,6 +525,10 @@ USE_OSGPLUGIN(<plugin2>) <td></td> </tr> <tr> + <td><a href="http://www.gdk-pixbuf.org/">gdk-pixbuf</a></td> + <td></td> + </tr> + <tr> <td><a href="http://git-scm.com/">Git</a></td> <td>≥ 1.7</td> </tr> @@ -566,7 +570,7 @@ USE_OSGPLUGIN(<plugin2>) </tr> <tr> <td><a href="https://www.openssl.org/">OpenSSL</a>-dev</td> - <td></td> + <td>≥ 1.01</td> </tr> <tr> <td><a href="http://p7zip.sourceforge.net/">p7zip (7-Zip)</a></td> @@ -613,8 +617,8 @@ USE_OSGPLUGIN(<plugin2>) <td></td> </tr> <tr> - <td><a href="http://www.gdk-pixbuf.org/">gdk-pixbuf</a></td> - <td></td> + <td><a href="http://zlib.net/">zlib</a></td> + <td>≥ 1.20</td> </tr> </table> |