Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
HIVEMALL-14: Build instruction including xgboost library (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewuathe authored and myui committed Oct 30, 2016
1 parent 66adc72 commit 046fd8d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/site/markdown/contributing.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 046fd8d

Please sign in to comment.