README for MSVC++ libraries

This commit is contained in:
Tvangeste 2013-08-07 20:40:58 +02:00
parent f03cd6f41d
commit ff362dca6c

View file

@ -0,0 +1,28 @@
Libraries for MSVC++ build
--------------------------
Prerequisites
=============
* Visual Studio 2010 or 2012 (Express Edition should be OK too)
Libraries
=========
The following (x86) libraries should be placed in this folder:
* bz2.dll / bz2.lib
* hunspell.dll / hunspell.lib
* iconv.dll / iconv.lib
* lzo2.dll / lzo2.lib
* ogg.lib
* vorbis.lib
* vorbisfile.lib
* z.dll / z.lib
Please note that ffmpeg-related libraries are not currently supported,
hence the internal audio player is disabled for now.
Build
=====
TBD