summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-11-11 09:47:01 -0500
committerJames E. King, III <jking@apache.org>2017-11-11 09:47:01 -0500
commit388738d3317797b6856c40a0c46768bd2f831967 (patch)
tree1e4f861a5b32943fe7526517a96b4e2b00dce6b5 /CONTRIBUTING.md
parentcfb0130a75987e73c86a4e9269f23c3d7d0cb54c (diff)
downloadthrift-388738d3317797b6856c40a0c46768bd2f831967.tar.gz
update the CONTRIBUTING readme to point to build instructions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6268dcf0d..b552ddf76 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,6 +6,12 @@ Thank you for your interest in contributing to the Apache Thrift project! Infor
* [Get involved!](http://www.apache.org/foundation/getinvolved.html)
* [Legal aspects on Submission of Contributions (Patches)](http://www.apache.org/licenses/LICENSE-2.0.html#contributions)
+## If you want to build the project locally ##
+
+For Windows systems, see our detailed instructions on the [CMake README](build/cmake/README.md).
+For Windows Native C++ builds, see our detailed instructions on the [WinCPP
+For unix systems, see our detailed instructions on the [Docker README](build/docker/README.md).
+
## If you want to review open issues... ##
1. Review the [GitHub Pull Request Backlog](https://github.com/apache/thrift/pulls). Code reviews are open to all.