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.
This commit is contained in:
fyears 2015-05-01 22:58:53 -07:00
parent 5466b36ddb
commit 5e89943ed0

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.
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
=====