aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-07-31 13:27:40 -0700
committerEric Anderson <ejona@google.com>2018-07-31 13:49:09 -0700
commit5878b6ddcacc7e11a31aa2caef1021f071fec6e8 (patch)
treec3258646df299107f27f1718a32d636a793b4881 /CONTRIBUTING.md
parent128f54ca1cbc96ba097553ed3504eefa58a00473 (diff)
downloadgrpc-grpc-java-5878b6ddcacc7e11a31aa2caef1021f071fec6e8.tar.gz
CONTRIBUTING.md: Add reference to COMPILING.md
Fixes #4715
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0fc610c51..9027b8f2c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,6 +9,11 @@ If you are new to github, please start by reading [Pull Request howto](https://h
In order to protect both you and ourselves, you will need to sign the
[Contributor License Agreement](https://identity.linuxfoundation.org/projects/cncf).
+## Compiling
+
+See [COMPILING.md](COMPILING.md). Specifically, you'll generally want to set
+`skipCodegen=true` so you don't need to deal with the C++ compilation.
+
## Code style
We follow the [Google Java Style