Merge pull request #1 from ikatson/protobuf-compiler-dep

Add "protobuf-compiler" to dependencies
master
Konstantin Isakov 2013-07-19 00:46:56 -07:00
commit 8ffebd5b07
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