HIVEMALL-14: Build instruction including xgboost library (#378)
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/9a6d1c03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/9a6d1c03 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/9a6d1c03 Branch: refs/heads/master Commit: 9a6d1c03d011dc56d36c3b101fe64015028e5c82 Parents: 5ebdc06 Author: Kai Sasaki <[email protected]> Authored: Sun Oct 30 19:24:59 2016 +0900 Committer: Makoto YUI <[email protected]> Committed: Sun Oct 30 19:24:59 2016 +0900 ---------------------------------------------------------------------- src/site/markdown/contributing.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/9a6d1c03/src/site/markdown/contributing.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/contributing.md b/src/site/markdown/contributing.md index 5668971..17f7020 100644 --- a/src/site/markdown/contributing.md +++ b/src/site/markdown/contributing.md @@ -1,3 +1,21 @@ +# How to build + +#### Prerequisites + +* Maven 3.x +* JDK 1.7 or later + +``` +$ cd hivemall + +# This is a workaround for resolving xgboost dependencies. +$ mvn validate -Pxgboost + +$ mvn clean package +``` + +# Contribution guideline + to appear ... [Here](http://www.apache.org/foundation/getinvolved.html) is a general guide for contributing to Apache Project.
