- Get the submodules
git submodule init git submodule update --remote
- Build ZMQ (if not yet installed globally)
cd ext/libzmq/ ./autogen.sh mkdir build && cd build cmake .. make
- (Optional) Build test server and python bindings
# in project root directory mkdir build && cd build cmake .. make
- (Optional) Install using pip
pip install -e .