1. Remove the extra ` to fix https://xgboost.readthedocs.io/en/latest/build.html
2. Use ` for inline code
This commit is contained in:
Shuyu Liang
2016-08-18 11:57:13 -07:00
committed by Tianqi Chen
parent 59246350ca
commit d85e287b99
+2 -2
View File
@@ -36,8 +36,8 @@ even better to send pull request if you can fix the problem.
## Build the Shared Library ## Build the Shared Library
Our goal is to build the shared library: Our goal is to build the shared library:
- On Linux/OSX the target library is ```libxgboost.so``` - On Linux/OSX the target library is `libxgboost.so`
- On Windows the target library is ```libxgboost.dll``` - On Windows the target library is `libxgboost.dll`
The minimal building requirement is The minimal building requirement is