Update build.md

This commit is contained in:
Tianqi Chen 2015-07-12 10:36:16 -07:00
parent 44f839b896
commit 4a746be43a

View File

@ -43,7 +43,7 @@ Here is the complete solution to use OpenMp-enabled compilers to install XGBoost
export CXX = clang-omp++ export CXX = clang-omp++
``` ```
Remember to change `header` if using clang-omp. Remember to change `header` (mentioned in step 2) if using clang-omp.
Then `cd xgboost` then `bash build.sh` to compile XGBoost. And go to `wrapper` sub-folder to install python version. Then `cd xgboost` then `bash build.sh` to compile XGBoost. And go to `wrapper` sub-folder to install python version.