From 0667c99eaa3d06e1381b8b853b9695a0260eb46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Panzenb=C3=B6ck?= Date: Fri, 13 Mar 2015 00:36:24 +0100 Subject: [PATCH] link release zip in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca73cdc..082415f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Extract media files that are embedded within other files. ### Download -[mediaextract-2013-08-27.zip](http://panzi.github.com/mediaextract/mediaextract-2013-08-27.zip) +[mediaextract-2015-03-13.zip](http://panzi.github.com/mediaextract/mediaextract-2015-03-13.zip) The download includes Linux and Windows i386 and x86\_64 binaries. @@ -16,7 +16,7 @@ Setup make sudo make install PREFIX=/usr -Cross compile for Windows (uses `i686-pc-mingw32-gcc`): +Cross compile for Windows (uses `i686-w64-mingw32-gcc`): make TARGET=win32 builddir make TARGET=win32