tqchen d16b2c9670 Squashed 'subtree/rabit/' changes from 27340f9..fed1683
fed1683 minor
c01520f change

git-subtree-dir: subtree/rabit
git-subtree-split: fed1683b9bb031041cc2bf113633cfd40c9faf46
2015-04-25 21:24:54 -07: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