parent
dc1125eb56
commit
93e85139bc
@ -103,6 +103,12 @@ Now, build using the following commands
|
|||||||
cd ..; cp make/config.mk ./config.mk; make -j4
|
cd ..; cp make/config.mk ./config.mk; make -j4
|
||||||
```
|
```
|
||||||
|
|
||||||
|
NOTE:
|
||||||
|
If you use OSX El Capitan, brew installs gcc the latest version gcc-6. So you may need to modify Makefile#L46 and change gcc-5 to gcc-6. After that change gcc-5/g++-5 to gcc-6/g++-6 in make/config.mk then build using the following commands
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd ..; cp make/config.mk ./config.mk; make -j4
|
||||||
|
```
|
||||||
|
|
||||||
### Building on Windows
|
### Building on Windows
|
||||||
You need to first clone the xgboost repo with recursive option clone the submodules.
|
You need to first clone the xgboost repo with recursive option clone the submodules.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user