thesamet / rpcz

RPC implementation for Protocol Buffers over ZeroMQ
http://code.google.com/p/rpcz/
Apache License 2.0
111 stars 42 forks source link

Fix dependencies for Debian package generation and modify README. #16

Closed phamelin closed 8 years ago

phamelin commented 8 years ago

Fix Debian package dependencies in the CMake file. The generated debian package may now depends on either ZMQ v2 or ZMQ v3. Tested on Ubuntu 14.04.

Modify README to add missing protobuf-compiler package in Ubuntu dependencies.

thesamet commented 8 years ago

Thank you!