Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed May 17, 2014
1 parent fc180d6 commit 528cc27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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;
Expand Down

0 comments on commit 528cc27

Please sign in to comment.