From f1fac805b8902c680aaff6c1c837c883fa8ea92e Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Wed, 11 Sep 2024 00:22:58 +0300 Subject: [PATCH] Update Installation-Guide.rst --- docs/Installation-Guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation-Guide.rst b/docs/Installation-Guide.rst index 52c17f1c6..e634fc984 100644 --- a/docs/Installation-Guide.rst +++ b/docs/Installation-Guide.rst @@ -723,7 +723,7 @@ VS Build Tools cmake -B build -S . -A x64 -DUSE_SWIG=ON cmake --build build --target ALL_BUILD --config Release -The ``.jar`` file will be in ``LightGBM/build`` folder, the ``.exe`` and ``.dll`` files will be in ``LightGBM/Release`` folder. +The ``.jar`` file will be in ``LightGBM/build`` folder. MinGW-w64 *********