Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
fba18e48
Unverified
Commit
fba18e48
authored
Apr 16, 2021
by
Nikita Titov
Committed by
GitHub
Apr 15, 2021
Browse files
[docs] bring back macOS installation method with Homebrew formula in docs (#4182)
This reverts commit
e98da99d
.
parent
434573ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
docs/Installation-Guide.rst
docs/Installation-Guide.rst
+11
-1
No files found.
docs/Installation-Guide.rst
View file @
fba18e48
...
@@ -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::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment