aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-03-07 14:07:56 -0800
committerGravatar yang-g <yangg@google.com>2016-03-07 14:11:02 -0800
commit8395bfc0b6b443830291b76b961548fc28682f3d (patch)
treefbe85973f5a2661a6395fe8bcc902c8dafc89f1d /CONTRIBUTING.md
parent8c5be78eb90dd2f738e639d80f8dbe7d2ad04428 (diff)
Put back the gflags/gtest requirement to doc
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9423c46547..6fb9a84609 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,6 +21,13 @@ In order to run all of the tests we provide, you will need valgrind and clang.
More specifically, under debian, you will need the package libc++-dev to
properly run all the tests.
+Compiling and running grpc C++ tests depend on protobuf 3.0.0, gtest and gflags.
+Although gflags is provided in third_party, you will need to manually install
+that dependency on your system to run these tests. Under a Debian or Ubuntu
+system, you can install the gtests and gflags packages using apt-get:
+
+`apt-get install libgflags-dev libgtest-dev`
+
If you are planning to work on any of the languages other than C and C++, you
will also need their appropriate development environments.