enable msvc win32 project

This commit is contained in:
Tianqi Chen
2015-04-25 21:14:07 -07:00
parent 5e63b5d469
commit 6c83a94204
6 changed files with 18 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ How to Build Windows Version
=====
* Open the solution file with Visual Studio
* Select x64 and Release in build
- For 32bit windows or python, try win32 and Release (not fully tested)
* Rebuild all
This should give you xgboost.exe for CLI version and xgboost_wrapper.dll for python