You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2017/11/11 14:47:11 UTC

thrift git commit: update the CONTRIBUTING readme to point to build instructions

Repository: thrift
Updated Branches:
  refs/heads/master cfb0130a7 -> 388738d33


update the CONTRIBUTING readme to point to build instructions


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/388738d3
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/388738d3
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/388738d3

Branch: refs/heads/master
Commit: 388738d3317797b6856c40a0c46768bd2f831967
Parents: cfb0130
Author: James E. King, III <jk...@apache.org>
Authored: Sat Nov 11 09:47:01 2017 -0500
Committer: James E. King, III <jk...@apache.org>
Committed: Sat Nov 11 09:47:01 2017 -0500

----------------------------------------------------------------------
 CONTRIBUTING.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/388738d3/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6268dcf..b552ddf 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.