aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitch Phillips <31459023+hctim@users.noreply.github.com>2019-04-29 16:02:01 -0700
committerVitaly Buka <vitalybuka@gmail.com>2019-04-29 16:21:52 -0700
commit72ae05bfd711ef3d4ac4160b2cee0f785f0c1d8c (patch)
tree1e41907baf51a7ece81fd3da06277426b648ea02 /README.md
parente0540a5e1904a40b5286b35c01ee46416e95a6ec (diff)
downloadlibprotobuf-mutator-72ae05bfd711ef3d4ac4160b2cee0f785f0c1d8c.tar.gz
Add proto dependencies to prerequisites.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e73c86..d4b69c3 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Install prerequisites:
```
sudo apt-get update
-sudo apt-get install binutils cmake ninja-build liblzma-dev libz-dev pkg-config
+sudo apt-get install protobuf-compiler libprotobuf-dev binutils cmake ninja-build liblzma-dev libz-dev pkg-config
```
Compile and test everything: