From 5415fca7943c22236f9f0f64f3d2b1af0acd0df8 Mon Sep 17 00:00:00 2001 From: Keghani Kouzoujian Date: Fri, 1 Apr 2016 10:30:00 +0200 Subject: [PATCH] Add protobuf-compiler to GNU/Linux manual installation instructions --- cpp/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/README b/cpp/README index 4ce705005..07870807c 100644 --- a/cpp/README +++ b/cpp/README @@ -35,7 +35,8 @@ Quickstart: - In recent Debian-based distributions, it should be sufficent to run: $ sudo apt-get install \ cmake cmake-curses-gui libprotobuf-dev libgtest-dev libre2-dev \ - libicu-dev libboost-dev libboost-thread-dev libboost-system-dev + libicu-dev libboost-dev libboost-thread-dev libboost-system-dev \ + protobuf-compiler If any of these packages fails to install correctly, follow the instructions in the appropriate section below.