Update build.md - added link to nightly windows binaries (#1601)

Apologies for 2 PRs, was easier using githubs interface rather than doing it through git
This commit is contained in:
Guido Tapia 2016-09-22 16:13:56 +10:00 committed by Tianqi Chen
parent 62830be29d
commit b0bfddba72

View File

@ -28,6 +28,7 @@ even better to send pull request if you can fix the problem.
- [Building on Ubuntu/Debian](#building-on-ubuntu-debian) - [Building on Ubuntu/Debian](#building-on-ubuntu-debian)
- [Building on OSX](#building-on-osx) - [Building on OSX](#building-on-osx)
- [Building on Windows](#building-on-windows) - [Building on Windows](#building-on-windows)
- [Windows Binaries](#windows-binaries)
- [Customized Building](#customized-building) - [Customized Building](#customized-building)
- [Python Package Installation](#python-package-installation) - [Python Package Installation](#python-package-installation)
- [R Package Installation](#r-package-installation) - [R Package Installation](#r-package-installation)
@ -130,6 +131,9 @@ This specifies an out of source build using the MSVC 12 64 bit generator. Open t
Other versions of Visual Studio may work but are untested. Other versions of Visual Studio may work but are untested.
### Windows Binaries
Unofficial windows binaries and instructions on how to use them are hosted on [Guido Tapia's blog](http://www.picnet.com.au/blogs/guido/post/2016/09/22/xgboost-windows-x64-binaries-for-download/)
### Customized Building ### Customized Building
The configuration of xgboost can be modified by ```config.mk``` The configuration of xgboost can be modified by ```config.mk```