From c46120a46b19974700af712546b04960aa570d2a Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 16 Jan 2015 21:10:47 -0800 Subject: [PATCH] add win32 ver --- windows/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 windows/README.md diff --git a/windows/README.md b/windows/README.md new file mode 100644 index 000000000..9bdeb7988 --- /dev/null +++ b/windows/README.md @@ -0,0 +1,12 @@ +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