From 5878b6ddcacc7e11a31aa2caef1021f071fec6e8 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 31 Jul 2018 13:27:40 -0700 Subject: [PATCH] CONTRIBUTING.md: Add reference to COMPILING.md Fixes #4715 --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fc610c510..9027b8f2c6 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