Browse Source

Add protobuf-compiler to GNU/Linux manual installation instructions

pull/1052/head
Keghani Kouzoujian 10 years ago
parent
commit
5415fca794
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      cpp/README

+ 2
- 1
cpp/README View File

@ -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.


Loading…
Cancel
Save