From 4a746be43a30dd5dc0a72151b340421e740c8aa4 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sun, 12 Jul 2015 10:36:16 -0700 Subject: [PATCH] Update build.md --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index f9a626603..7b8ee96aa 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 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.