tqchen c0e0fc0c91 Squashed 'subtree/rabit/' changes from 82ca10a..27340f9
27340f9 final minor
e03eabc allow win32

git-subtree-dir: subtree/rabit
git-subtree-split: 27340f95e43ef6f756f4882844d8c42a10d3b78e
2015-04-25 21:19:58 -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