Skip to content

vlc/dahoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Distributed haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •