mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
17 lines
506 B
Markdown
17 lines
506 B
Markdown
## 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](https://github.com/Tvangeste/goldendict-winlibs).
|