Browse Source

Cpp:Update README with better documentation for protocol buffer dependency.

pull/567/head
Shaopeng Jia 15 years ago
committed by Mihaela Rosca
parent
commit
4628c708f8
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      cpp/README

+ 7
- 0
cpp/README View File

@ -16,10 +16,17 @@ Requirements:
- Protocol Buffers
http://code.google.com/p/protobuf/
Version 2.4 or more recent is required.
You can install it very easily on a Debian-based GNU/Linux distribution:
$ sudo apt-get install libprotobuf-dev
Note: if your GNU/Linux distribution doesn't provide the needed package,
please download and install it manually:
$ tar xjf protobuf-2.4.tar.bz2
$ cd protobuf-2.4
$ ./configure && make && sudo make install
- Google Test
http://code.google.com/p/googletest/


Loading…
Cancel
Save