"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "e0ec86618ad7eb2d195c26a16fc8b2563db6657d"
Unverified Commit fba18e48 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs] bring back macOS installation method with Homebrew formula in docs (#4182)

This reverts commit e98da99d.
parent 434573ee
...@@ -117,13 +117,23 @@ Also, you may want to read `gcc Tips <./gcc-Tips.rst>`__. ...@@ -117,13 +117,23 @@ Also, you may want to read `gcc Tips <./gcc-Tips.rst>`__.
macOS macOS
~~~~~ ~~~~~
On macOS LightGBM can be built using **CMake** and **Apple Clang** or **gcc**. On macOS LightGBM can be installed using **Homebrew**, or can be built using **CMake** and **Apple Clang** or **gcc**.
Apple Clang Apple Clang
^^^^^^^^^^^ ^^^^^^^^^^^
Only **Apple Clang** version 8.1 or higher is supported. Only **Apple Clang** version 8.1 or higher is supported.
Install Using ``Homebrew``
**************************
.. code::
brew install lightgbm
Build from GitHub
*****************
1. Install `CMake`_ (3.16 or higher): 1. Install `CMake`_ (3.16 or higher):
.. code:: .. code::
......
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