David Lichtenberg
8156b71912
Typo is OSX installation instructions ( #1718 )
...
The `cd ..;` in the one liner takes you up a directory instead of into the xgboost directory. This will cause that step of the installation to fail. It seems like you are meant to enter the xgboost directory as you did in the instructions for installing xgboost without openmp.
2016-11-03 12:52:16 -07:00
Guido Tapia
b0bfddba72
Update build.md - added link to nightly windows binaries ( #1601 )
...
Apologies for 2 PRs, was easier using githubs interface rather than doing it through git
2016-09-21 23:13:56 -07:00
Francesco Mosconi
d754ce7dc1
Fixed OpenMP installation on MacOSX with gcc-6 ( #1460 )
...
* Fixed OpenMP installation on MacOSX with gcc-6
- Modified makefile from gcc-5 to gcc-6
- Removed deprecated install instructions from doc (gcc-5 was automatically forced if available in makefile on OSX)
* Fixed OpenMP installation on MacOSX with gcc-6
- Modified makefile from gcc-5 to gcc-6
- Removed deprecated install instructions from doc (gcc-5 was automatically forced if available in makefile on OSX)
2016-08-22 10:30:34 -07:00
Frank
93e85139bc
fix #1476 ( #1494 )
2016-08-20 17:27:57 -07:00
Shuyu Liang
d85e287b99
Fix #1464 ( #1468 )
...
1. Remove the extra ` to fix https://xgboost.readthedocs.io/en/latest/build.html
2. Use ` for inline code
2016-08-18 11:57:13 -07:00
ZhuWen
59246350ca
Fixed syntax error in https://xgboost.readthedocs.io/en/latest/build.html . ( #1477 )
2016-08-18 14:51:30 -04:00
Bargava
62e5b6b8b3
updating Mac installation instructions ( #1443 )
...
In Mac, even after gcc is installed from homebrew, gcc and g++ still point to clang's version.
Need to update the make/config.mk file to point the gcc and g++ compliers to the version installed by homebrew.
More details can be found in this blog: https://www.ibm.com/developerworks/community/blogs/jfp/entry/Installing_XGBoost_on_Mac_OSX?lang=en
2016-08-08 09:20:15 -07:00
RAMitchell
f8d23b97be
Add build instructions for Visual Studio 2013 ( #1327 )
2016-07-03 21:30:50 -07:00
Sean Löfgren
bf322322fe
make grammar and spelling fixes to build doc
2016-05-11 22:56:29 +01:00
Laurae2
77136baf2c
Updated obsolete installation instructions
...
Fixed local compilation, and installation for R package and Python
package. Modified the according documents.
2016-03-30 17:43:54 +02:00
Kontinuation
54a9f30e92
Minor fix on installation guide and (the probably deprecated) build script
2016-02-24 12:46:37 +08:00
Qiang Kou
1cc0a44264
[Doc] documents update:
...
(1) install_github is not support due to the usage of submodule
(2) remove part of the markdown which is not displayed correctly, see
https://xgboost.readthedocs.org/en/latest/R-package/discoverYourData.html
2016-02-23 14:49:12 -05:00
Qiang Kou
41052f0d6e
update windows instructions
2016-02-18 16:36:04 -08:00
Angad Gill
c9e09c9875
Update build.md
...
Minor typo
2016-02-08 01:20:43 -08:00
Qiang Kou
bdeb095a7d
[R] update doc; add drat repo
2016-01-24 11:42:24 -05:00
Jens Haase
3077571976
Python Package Installation Documentation Bug
2016-01-21 15:53:18 +01:00
Tianqi Chen
52c8d09ba8
Update build.md
2016-01-20 11:40:29 -08:00
Aayush Kumar Singha
5af97e5e47
line 100: path changed updated
2016-01-20 07:17:02 +05:30
tqchen
219e58d453
Minor wordings to doc
2016-01-16 10:25:12 -08:00
tqchen
1495a43cea
[R] make all customizations to meet strict standard of cran
2016-01-16 10:25:12 -08:00
Dat Le
bf50d25ea1
Updated build.md for OS X
...
OS X EI Capitan does not seem to stably support the clang build version anymore.
2015-11-16 10:28:12 +08:00
Dat Le
117f26f865
Updated build.md for OS X
...
Ref: https://github.com/dmlc/xgboost/issues/596
2015-11-04 13:54:56 +08:00
tqchen
e8de5da3a5
Document refactor
...
change badge
2015-08-02 19:01:38 -07:00
Tianqi Chen
4a746be43a
Update build.md
2015-07-12 10:36:16 -07:00
Ajinkya Kale
009f692f49
Some typo and formatting fixes
2015-07-01 12:12:47 -07:00
fyears
5e89943ed0
update build instruction in OS X
...
`bash xgboost/build.sh` does not work as expected, so `cd` then `build.sh`. And remove the outdated information.
2015-05-01 22:58:53 -07:00
fyears
99eaf771c4
The complete ways to install XGBoost in OS X.
2015-05-01 20:33:38 -07:00
tqchen
6f0cbcaf2b
add build instruction to doc
2015-05-01 11:12:43 -07:00