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 *********