Update README.md

This commit is contained in:
Tianqi Chen 2014-08-27 21:31:47 -07:00
parent 8be3249cb8
commit af5abc04b3

View File

@ -28,9 +28,8 @@ Build
* You may get a error: -lgomp is not found * You may get a error: -lgomp is not found
- You can type ```make no_omp=1```, this will get you single thread xgboost - 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 - Alternatively, you can upgrade your compiler to compile multi-thread version
* Possible way to build using Visual Studio (not tested): * Windows(VS 2010): see [windows](windows) folder
- In principle, you can put src/xgboost.cpp and src/io/io.cpp into the project, and build xgboost. - In principle, you want to put all the cpp files mentioned in the Makefile to the project, and compile
- For python module, you need python/xgboost_wrapper.cpp and src/io/io.cpp to build a dll.
Version Version
====== ======