Merge pull request #848 from Kontinuation/master

Minor fix on installation guide and (the probably deprecated) build script
This commit is contained in:
Tianqi Chen 2016-02-24 16:33:32 -08:00
commit cdbafafc04
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ else
echo "Building multi-thread xgboost failed" echo "Building multi-thread xgboost failed"
echo "Start to build single-thread xgboost" echo "Start to build single-thread xgboost"
make clean_all make clean_all
make config=config/mininum.mk make config=make/minimum.mk
echo "Successfully build single-thread xgboost" echo "Successfully build single-thread xgboost"
echo "If you want multi-threaded version" echo "If you want multi-threaded version"
echo "See additional instructions in doc/build.md" echo "See additional instructions in doc/build.md"

View File

@ -58,7 +58,7 @@ cd xgboost; make -j4
### Building on OSX ### Building on OSX
On Ubuntu OSX, one build xgboost by On OSX, one build xgboost by
```bash ```bash
git clone --recursive https://github.com/dmlc/xgboost git clone --recursive https://github.com/dmlc/xgboost