mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-28 03:44:07 +00:00
29 lines
528 B
Plaintext
29 lines
528 B
Plaintext
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
|