mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 03:30:38 +00:00
Add build instructions for Fedora/RHEL/CentOS (#5225)
* Add dependencies
This commit is contained in:
parent
b5bae6e7a2
commit
13956a0741
@ -42,6 +42,16 @@ sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clan
|
||||
|
||||
After this, you are ready to [build Lighthouse](#build-lighthouse).
|
||||
|
||||
#### Fedora/RHEL/CentOS
|
||||
|
||||
Install the following packages:
|
||||
|
||||
```bash
|
||||
yum -y install git make perl clang cmake
|
||||
```
|
||||
|
||||
After this, you are ready to [build Lighthouse](#build-lighthouse).
|
||||
|
||||
#### macOS
|
||||
|
||||
1. Install the [Homebrew][] package manager.
|
||||
|
Loading…
Reference in New Issue
Block a user