Merge pull request #112 from tfgit/master

Fixed README
This commit is contained in:
Tianqi Chen 2014-11-25 19:29:41 -08:00
commit be5fb800d5

View File

@ -44,7 +44,7 @@ Build
* Windows(VS 2010): see [windows](windows) folder
- In principle, you put all the cpp files in the Makefile to the project, and build
* OS X:
- For users who want OpenMP support using [Homebrew](http://brew.sh/), run ```brew update``` (ensures that you install gcc-4.9 or above) and ```brew install gcc```. Once it is installed, edit [Makefile](Makefile/) and [tools/Makefile](tools/Makefile) by replacing:
- For users who want OpenMP support using [Homebrew](http://brew.sh/), run ```brew update``` (ensures that you install gcc-4.9 or above) and ```brew install gcc```. Once it is installed, edit [Makefile](Makefile/) by replacing:
```
export CC = gcc
export CXX = g++