diff --git a/book/src/installation-source.md b/book/src/installation-source.md index 58e6917ec..75ed6121a 100644 --- a/book/src/installation-source.md +++ b/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 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.