thesamet / rpcz

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

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

Closed phamelin closed 9 years ago

phamelin commented 9 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 9 years ago

Thank you!