Skip to content

Commit 13956a0

Browse files
authored
Add build instructions for Fedora/RHEL/CentOS (#5225)
* Add dependencies
1 parent b5bae6e commit 13956a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

book/src/installation-source.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clan
4242
4343
After this, you are ready to [build Lighthouse](#build-lighthouse).
4444

45+
#### Fedora/RHEL/CentOS
46+
47+
Install the following packages:
48+
49+
```bash
50+
yum -y install git make perl clang cmake
51+
```
52+
53+
After this, you are ready to [build Lighthouse](#build-lighthouse).
54+
4555
#### macOS
4656

4757
1. Install the [Homebrew][] package manager.

0 commit comments

Comments
 (0)