goldendict-ng/winlibs/lib/msvc
2022-03-08 21:43:12 +08:00
..
ao-4.dll winlib:update ao lib 2022-02-16 22:21:17 +08:00
ao.lib winlib:update ao lib 2022-02-16 22:21:17 +08:00
avcodec-58.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avcodec.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avdevice-58.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avdevice.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avfilter-7.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avfilter.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avformat-58.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avformat.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avresample-4.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avresample.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avutil-56.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
avutil.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
bz2.lib win specific:update ffmpeg libs 2022-02-02 14:32:03 +08:00
eb.lib
fdk-aac.lib win specific:update ffmpeg libs 2022-02-02 14:32:03 +08:00
hunspell.lib add 64 bit lib hunspell 2022-01-18 21:14:29 +08:00
hunspelld.lib add 64 bit lib hunspell 2022-01-18 21:14:29 +08:00
libcrypto-1_1-x64.dll winlib:add ssl dll 2022-01-29 13:50:41 +08:00
liblzma-5.dll
libmp3lame.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
libmp3lame.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
libspeex.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
libspeex.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
libssl-1_1-x64.dll winlib:add ssl dll 2022-01-29 13:50:41 +08:00
lzma.lib
lzo2.lib
mp3lame.lib win specific:update ffmpeg libs 2022-02-02 14:32:03 +08:00
msys-2.0.dll winlib : add msys-2.0.dll msys-iconv-2.dll those dlls was referenced by avcodec-gd-59.dll 2022-01-22 19:51:36 +08:00
ogg.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
ogg.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
opencc.dll winlib: update opencc to 2020-04-26 2022-02-11 21:54:14 +08:00
opencc.lib winlib: update opencc to 2020-04-26 2022-02-11 21:54:14 +08:00
openccd.dll
openccd.lib
openh264.lib win specific:update ffmpeg libs 2022-02-02 14:32:03 +08:00
opus.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
opus.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
postproc-55.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
postproc.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
README.md
SDL2.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
SDL2.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
swresample-3.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
swresample.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
swscale-5.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
swscale.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
tiff.lib
vorbis.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
vorbis.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
vorbisenc.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
vorbisenc.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
vorbisfile.dll winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
vorbisfile.lib winlib: update ffmpeg libs 2022-02-05 12:50:10 +08:00
vpx.lib win specific:update ffmpeg libs 2022-02-02 14:32:03 +08:00
x264.lib win specific:update ffmpeg libs 2022-02-02 14:32:03 +08:00
x265.lib win specific:update ffmpeg libs 2022-02-02 14:32:03 +08:00
z.lib
zlib.lib win specific:update ffmpeg libs 2022-02-02 14:32:03 +08:00
zlib1.dll
zstd.lib

Prebuilt Libs for GoldenDict's MSVC++ 2012 build

Prerequisites

  • Visual Studio 2012 (Express Edition should be OK too).

Libraries

The libraries are built with the /MD switch and that's what GoldenDict build expects. Some libs are dynamic and some are static, whichever makes more sense. Both x86 and x64 versions are provided.

Build

Use the following repository to build these libs yourself: Tvangeste/goldendict-winlibs.