add missing protobuf requirement

This commit is contained in:
Thom Troy
2015-12-01 14:56:08 +00:00
parent 1dd45273a1
commit 98cb1d46a2

View File

@@ -44,6 +44,7 @@ Some specific examples may require other tools including:
* https://github.com/google/protobuf[protobuf]
`$ sudo apt-get install libprotobuf-dev`
$ sudo apt-get install protobuf-compiler
* http://cppcheck.sourceforge.net/[cppcheck]