Update installation.md (#1467)
Install cmake on macOS ## Issue Addressed Installation error on macOS ## Proposed Changes Add instructions for installing `cmake` on macOS via homebrew.
This commit is contained in:
parent
983f768034
commit
cfae5fbbc4
@ -33,7 +33,9 @@ Ubuntu under WSL, you can should install the Ubuntu dependencies listed in the [
|
|||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### Dependencies (Ubuntu)
|
### Dependencies
|
||||||
|
|
||||||
|
#### Ubuntu
|
||||||
|
|
||||||
Several dependencies may be required to compile Lighthouse. The following
|
Several dependencies may be required to compile Lighthouse. The following
|
||||||
packages may be required in addition a base Ubuntu Server installation:
|
packages may be required in addition a base Ubuntu Server installation:
|
||||||
@ -42,6 +44,12 @@ packages may be required in addition a base Ubuntu Server installation:
|
|||||||
sudo apt install -y git gcc g++ make cmake pkg-config libssl-dev
|
sudo apt install -y git gcc g++ make cmake pkg-config libssl-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### macOS
|
||||||
|
|
||||||
|
You will need `cmake`. You can install via homebrew:
|
||||||
|
|
||||||
|
brew install cmake
|
||||||
|
|
||||||
### Command is not found
|
### Command is not found
|
||||||
|
|
||||||
Lighthouse will be installed to `CARGO_HOME` or `$HOME/.cargo`. This directory
|
Lighthouse will be installed to `CARGO_HOME` or `$HOME/.cargo`. This directory
|
||||||
|
Loading…
Reference in New Issue
Block a user