Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 499 Bytes

eng-software-pi

eng-software team repo for raspberry pi code

ZMQ Instructions

  1. Download the tarball from zeromq.org/areadownload
  2. Follow their guide
  3. Use ./configure --without-libsodium to skip the annoyance (We don't need it at this point)

For Python

  1. install pip if not already there
  2. use pip install pyzmq to get the language binding

For C++

  1. git clone https://github.com/zeromq/cppzmq
  2. move the two .hpp files to /usr/local/include
  3. compile your .cpp with the -lzmq flag