tqchen ea50f8e030 Squashed 'subtree/rabit/' changes from 1db6449..85b7463
85b7463 change def of reducer to take function ptr
fe6366e add engine base
a98720e more deps

git-subtree-dir: subtree/rabit
git-subtree-split: 85b746394e0bed36a22ebb12beb8672616b39047
2015-01-19 21:26:25 -08:00
..

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