From 54a9f30e92eab2d3a48750d17a17ba7c4b7a648b Mon Sep 17 00:00:00 2001 From: Kontinuation Date: Wed, 24 Feb 2016 12:46:37 +0800 Subject: [PATCH] Minor fix on installation guide and (the probably deprecated) build script --- build.sh | 2 +- doc/build.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8480cd4f9..6a1c7d29d 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ else echo "Building multi-thread xgboost failed" echo "Start to build single-thread xgboost" make clean_all - make config=config/mininum.mk + make config=make/minimum.mk echo "Successfully build single-thread xgboost" echo "If you want multi-threaded version" echo "See additional instructions in doc/build.md" diff --git a/doc/build.md b/doc/build.md index f3e2490bb..965a926d6 100644 --- a/doc/build.md +++ b/doc/build.md @@ -58,7 +58,7 @@ cd xgboost; make -j4 ### Building on OSX -On Ubuntu OSX, one build xgboost by +On OSX, one build xgboost by ```bash git clone --recursive https://github.com/dmlc/xgboost