We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bae6e commit 13956a0Copy full SHA for 13956a0
book/src/installation-source.md
@@ -42,6 +42,16 @@ sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clan
42
43
After this, you are ready to [build Lighthouse](#build-lighthouse).
44
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
55
#### macOS
56
57
1. Install the [Homebrew][] package manager.
0 commit comments