Update README.md

This commit is contained in:
Tianqi Chen 2014-05-16 22:54:24 -07:00
parent 13fc48623e
commit 505e65ac08

View File

@ -37,6 +37,12 @@ Planned components
- matrix factorization
- structured prediction
Build
======
* Simply type make
* If your compiler does not come with OpenMP support, it will fire an warning telling you that the code will compile into single thread mode, and you will get single thread xgboost
- You may get a error: -lgomp is not found, you can remove -fopenmp flag in Makefile to get single thread xgboost, or upgrade your compiler to compile multi-thread version
File extension convention
=======
* .h are interface, utils and data structures, with detailed comment;