nim-lang / nim-zmq

Nim ZMQ wrapper
https://nim-lang.github.io/nim-zmq/zmq.html
MIT License
67 stars 17 forks source link

match (lib)zmq.dll for windows #18

Closed stisa closed 4 years ago

stisa commented 4 years ago

Closes #17

Change the dll match to (lib)zmq.dll for windows. The packages at https://zeromq.org/download/ provide libzmq-(compiler-version).dll for windows. Installing with conda (which is a pretty common way of ending up with zmq in path, as it is installed when installing ipython and jupyter installs it as libzmq.dll