From af5abc04b3fd5283ca06b7ec5257e26e949d4716 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Wed, 27 Aug 2014 21:31:47 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee620d6cd..a3ecc48c7 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,8 @@ Build * You may get a error: -lgomp is not found - You can type ```make no_omp=1```, this will get you single thread xgboost - Alternatively, you can upgrade your compiler to compile multi-thread version -* Possible way to build using Visual Studio (not tested): - - In principle, you can put src/xgboost.cpp and src/io/io.cpp into the project, and build xgboost. - - For python module, you need python/xgboost_wrapper.cpp and src/io/io.cpp to build a dll. +* Windows(VS 2010): see [windows](windows) folder + - In principle, you want to put all the cpp files mentioned in the Makefile to the project, and compile Version ======