Commit cfe44284 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2790 from youRFate/master

added note concerning issue 2788 to INSTALL
parents fe96697e 4e1588c4
......@@ -57,6 +57,16 @@ can cause substantial consumption of virtual address space, especially if
Generally, programmer needs to tune the stack to balance memory consumption
but never get into situation that stack is overflown.
Windows Builds - Static
=======================
When linking statically with libzmq your CFLAGS and/or CPPFLAGS need to include
`-DZMQ_STATIC` otherwise `__dclspec(dllimport)` will be set for all functions
and the build will fail.
This is a workaround for issue:
https://github.com/zeromq/libzmq/issues/2788
Windows Builds - Wine
=====================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment