aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-07-23 22:07:58 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-07-23 22:07:58 +0200
commitde9b661115fb4d517a4180a92760e0837872ee8a (patch)
treed1e283235cbfa7159f781d02320a8445ab88ad69
parent231178e3844cf5b401d1f30fa7e86859f378a862 (diff)
downloadexperiment-player-de9b661115fb4d517a4180a92760e0837872ee8a.tar.gz
updated INSTALL instructions: some tricks were missing for building on MinGW
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
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,