xgboost/windows/README.md
tqchen d87691ec60 Squashed 'subtree/rabit/' content from commit c7282ac
git-subtree-dir: subtree/rabit
git-subtree-split: c7282acb2a92e1d6a32614889ff466fec58937f3
2015-01-18 21:08:17 -08:00

13 lines
420 B
Markdown

The solution has been created with Visual Studio Express 2010.
Make sure to compile the Release version
Build
====
* Build the project ```rabit``` , this will give you ```rabit.lib``` in ```x64\Release```
Build Your code with rabit
====
* Add include to the dependency path of your project
* Add ```rabit.lib``` to the linker dependency
* The project basic is an example to show you how to build rabit with basic.cc