From de9b661115fb4d517a4180a92760e0837872ee8a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 23 Jul 2013 22:07:58 +0200 Subject: updated INSTALL instructions: some tricks were missing for building on MinGW --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL b/INSTALL index a720089..68bf477 100644 --- a/INSTALL +++ b/INSTALL @@ -466,6 +466,10 @@ at build time. unzip libxslt-1.1.26.win32.zip cp libxslt-1.1.26.win32/bin/* /mingw/bin/ + xsltproc requires a DLL not itself shipped with xsltproc: + + cp /mingw/bin/libiconv-2.dll /mingw/bin/iconv.dll + 6) Download and install libVLC (http://www.videolan.org/vlc/index.html). Every VLC version beginning with v1.1.10 should work - it has been tested with v1.1.10, v1.1.11 and v2.0.0. The libVLC SDK is packaged with the ZIP @@ -479,6 +483,11 @@ file download. mkdir /mingw/lib/vlc cp -r vlc-2.0.0/plugins/ /mingw/lib/vlc/ + Remove the included libtool libraries, since in this case they do more +harm than help: + + rm /mingw/lib/libvlc.la /mingw/lib/libvlccore.la + In order to execute the experiment-player from the MSYS Shell, libVLC has to find the plugins you just installed. The easiest way to achieve that is to set the "VLC_PLUGIN_PATH" environment variable. Using your favourite editor, -- cgit v1.2.3