Install the protocol buffer deps during smoketests

This commit is contained in:
Michael Legleux
2022-02-01 17:03:44 -08:00
committed by manojsdoshi
parent b7e0306d0a
commit 95ecf296ad
3 changed files with 69 additions and 67 deletions

View File

@@ -19,7 +19,7 @@ Use `apt-get` to install the dependencies provided by the distribution
```
$ apt-get update
$ apt-get install -y gcc g++ wget git cmake pkg-config protobuf-compiler libprotobuf-dev libssl-dev
$ apt-get install -y gcc g++ wget git cmake pkg-config libprotoc-dev protobuf-compiler libprotobuf-dev libssl-dev
```
To build the software in reporting mode, install these additional dependencies: