mirror of
https://github.com/libp2p/go-openssl.git
synced 2024-12-27 23:40:18 +08:00
2e4eff6035
[katamari commit: f3af94e720239e8b417b04d73f7460818b9aedf7]
8 lines
315 B
Markdown
8 lines
315 B
Markdown
|
|
|
|
### Using on Windows
|
|
1. Install [mingw-w64](mingw-w64.sourceforge.net)
|
|
2. Install [pkg-config-lite](http://sourceforge.net/projects/pkgconfiglite)
|
|
3. Build (or install precompiled) openssl for mingw32-w64
|
|
4. Set __PKG\_CONFIG\_PATH__ to the directory containing openssl.pc (i.e. c:\mingw64\mingw64\lib\pkgconfig)
|