From 13956a07416ba00d514c0895fdc1dc2f1f74de7b Mon Sep 17 00:00:00 2001 From: chonghe <44791194+chong-he@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:31:55 +0800 Subject: [PATCH] Add build instructions for Fedora/RHEL/CentOS (#5225) * Add dependencies --- book/src/installation-source.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/book/src/installation-source.md b/book/src/installation-source.md index 58e6917eca9..75ed6121ab9 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.