From 5e89943ed013216767c86f2d0a0539ad2c1768a1 Mon Sep 17 00:00:00 2001 From: fyears Date: Fri, 1 May 2015 22:58:53 -0700 Subject: [PATCH] update build instruction in OS X `bash xgboost/build.sh` does not work as expected, so `cd` then `build.sh`. And remove the outdated information. --- doc/build.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/build.md b/doc/build.md index 790d6a218..a5261b604 100644 --- a/doc/build.md +++ b/doc/build.md @@ -43,7 +43,7 @@ Here is the complete solution to use OpenMp-enabled compilers to install XGBoost Remember to change `header` if using clang-omp. - Then `bash xgboost/build.sh` to compile XGBoost. And go to `xgboost/wrapper` to install python version. + Then `cd xgboost` then `bash build.sh` to compile XGBoost. And go to `wrapper` sub-folder to install python version. 4. Set the `Makevars` file in highest piority for R. @@ -85,8 +85,6 @@ Here is the complete solution to use OpenMp-enabled compilers to install XGBoost devtools::install_local('xgboost/', subdir = 'R-package') # you may use devtools ``` - gcc shows no warnings when clang-omp shows with two warnings. - Build with HDFS and S3 Support =====