You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/build.rst
+2-23Lines changed: 2 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -173,27 +173,6 @@ This specifies an out of source build using the Visual Studio 64 bit generator.
173
173
174
174
After the build process successfully ends, you will find a ``xgboost.dll`` library file inside ``./lib/`` folder.
175
175
176
-
Compile XGBoost using MinGW
177
-
---------------------------
178
-
After installing `Git for Windows <https://git-for-windows.github.io/>`_, you should have a shortcut named ``Git Bash``. You should run all subsequent steps in ``Git Bash``.
179
-
180
-
In MinGW, ``make`` command comes with the name ``mingw32-make``. You can add the following line into the ``.bashrc`` file:
181
-
182
-
.. code-block:: bash
183
-
184
-
alias make='mingw32-make'
185
-
186
-
(On 64-bit Windows, you should get `MinGW64 <https://sourceforge.net/projects/mingw-w64/>`_ instead.) Make sure
187
-
that the path to MinGW is in the system PATH.
188
-
189
-
To build with MinGW, type:
190
-
191
-
.. code-block:: bash
192
-
193
-
cp make/mingw64.mk config.mk; make -j4
194
-
195
-
See :ref:`mingw_python` for buildilng XGBoost for Python.
196
-
197
176
.. _build_gpu_support:
198
177
199
178
Building with GPU support
@@ -252,8 +231,8 @@ To speed up compilation, run multiple jobs in parallel by appending option ``--
252
231
Makefiles
253
232
=========
254
233
255
-
It's only used for submitting R CRAN package and creating shorthands for running linters,
256
-
performing packaging tasks etc. So the remaining makefiles are legacy.
234
+
It's only used for creating shorthands for running linters, performing packaging tasks
0 commit comments