cppzmq icon indicating copy to clipboard operation
cppzmq copied to clipboard

How to build with DRAFT API with Homebrew on macOS?

Open kakyoism opened this issue 5 years ago • 1 comments

With community help, I now can enable DRAFT API cppzmq/libzmq with vcpkg on Windows. But how do we enable this on macOS with Homebrew? Do we have special build switches like

--with-draft-api

or something like that?

kakyoism avatar Nov 06 '19 03:11 kakyoism

Homebrew doesn't provide any options for zmq try brew install --build-from-source --interactive zmq or brew edit zmq before installing

moshiba avatar Aug 16 '20 18:08 moshiba