Remove makefiles. (#5513)

This commit is contained in:
Jiaming Yuan
2020-04-11 13:25:53 +08:00
committed by GitHub
parent 093e2227e3
commit a3db79df22
11 changed files with 8 additions and 338 deletions

View File

@@ -8,7 +8,11 @@ if you are interested in contributing.
Build XGBoost with Distributed Filesystem Support
-------------------------------------------------
To use distributed xgboost, you only need to turn the options on to build
with distributed filesystems(HDFS or S3) in ```xgboost/make/config.mk```.
with distributed filesystems(HDFS or S3) in cmake.
```
cmake <path/to/xgboost> -DUSE_HDFS=ON -DUSE_S3=ON -DUSE_AZURE=ON
```
Step by Step Tutorial on AWS