Merge pull request #281 from fyears/patch-2

update build instruction in OS X
This commit is contained in:
Tianqi Chen 2015-05-01 23:00:00 -07:00
commit b1f489fd8b

View File

@ -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. 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. 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 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 Build with HDFS and S3 Support
===== =====