Add build instructions for Fedora/RHEL/CentOS (#5225)

* Add dependencies
This commit is contained in:
chonghe 2024-02-23 23:31:55 +08:00 committed by GitHub
parent b5bae6e7a2
commit 13956a0741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.