mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
README for MSVC++ libraries
This commit is contained in:
parent
f03cd6f41d
commit
ff362dca6c
28
winlibs/lib/msvc/00README.txt
Normal file
28
winlibs/lib/msvc/00README.txt
Normal 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
|
Loading…
Reference in a new issue