Skip to content

vlc/dahoop

Repository files navigation

Setup

Compiling ZeromMQ

To produce libzmq.dll

Using msys2, the hand building was okay:

get src, unpack, cd zeromq-4.0.7

export CPPFLAGS=-DFD_SETSIZE=1024 export CFLAGS=-DFD_SETSIZE=1024 ./configure && make

get the dll out of src/.libs

Install ZeroMQ for OSX

  • brew install zeromq
  • brew link --overwrite zeromq (if there is a problem with the next line)
  • stack --extra-lib-dirs brew --prefix zeromq/lib --extra-include-dirs brew --prefix zeromq/include install zeromq4-haskell-0.6.3