"python-package/vscode:/vscode.git/clone" did not exist on "1114ec80ca1e191c61ceb2c802145741ae63f141"
Unverified Commit d10f9d43 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs] update link to MinGW-w64 site (#4606)

* Update README.rst

* Update README.md

* Update Installation-Guide.rst
parent f1f5ba15
......@@ -113,7 +113,7 @@ By default, the package will be built with [Visual Studio Build Tools](https://v
**MinGW (R 3.x)**
If you are using R 3.x and installation fails with Visual Studio, `LightGBM` will fall back to using [MinGW](http://mingw-w64.org/doku.php) bundled with `Rtools`.
If you are using R 3.x and installation fails with Visual Studio, `LightGBM` will fall back to using [MinGW](https://www.mingw-w64.org/) bundled with `Rtools`.
If you want to force `LightGBM` to use MinGW (for any R version), pass `--use-mingw` to the installation script.
......
......@@ -930,7 +930,7 @@ gcc
.. _VS Build Tools: https://visualstudio.microsoft.com/downloads/
.. _MinGW-w64: https://mingw-w64.org/doku.php/download
.. _MinGW-w64: https://www.mingw-w64.org/downloads/
.. _MPI: https://en.wikipedia.org/wiki/Message_Passing_Interface
......
......@@ -143,7 +143,7 @@ Build with MinGW-w64 on Windows
pip install lightgbm --install-option=--mingw
`CMake`_ and `MinGW-w64 <https://mingw-w64.org/>`_ should be installed first.
`CMake`_ and `MinGW-w64 <https://www.mingw-w64.org/>`_ should be installed first.
It is recommended to use **Visual Studio** for its better multithreading efficiency in **Windows** for many-core systems
(see `Question 4 <https://github.com/microsoft/LightGBM/blob/master/docs/FAQ.rst#4-i-am-using-windows-should-i-use-visual-studio-or-mingw-for-compiling-lightgbm>`__ and `Question 8 <https://github.com/microsoft/LightGBM/blob/master/docs/FAQ.rst#8-cpu-usage-is-low-like-10-in-windows-when-using-lightgbm-on-very-large-datasets-with-many-core-systems>`__).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment