cppzmq
cppzmq copied to clipboard
How to build with DRAFT API with Homebrew on macOS?
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?
Homebrew doesn't provide any options for zmq
try
brew install --build-from-source --interactive zmq
or
brew edit zmq
before installing