Add "protobuf-compiler" to dependencies

master
ikatson 2013-07-18 23:50:29 -07:00
parent 168e5816b4
commit f907bb28b4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ The program has the following features:
* `cmake` >= 6.8.9 (though it should not be too hard to compile the sources by hand if needed)
* `libssl-dev` for all encryption, hashing and random numbers
* `libprotobuf-dev` for data serialization
* `libprotobuf-dev` and `protobuf-compiler` for data serialization
* `liblzma-dev` for compression
* `zlib1g-dev` for adler32 calcuation