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

* Add dependencies
This commit is contained in:
chonghe
2024-02-23 15:31:55 +00:00
committed by GitHub
parent b5bae6e7a2
commit 13956a0741
+10
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.