From fd8a10787334213ad4802542c0a65d135db29bde Mon Sep 17 00:00:00 2001 From: Ayush Singh <ayush@beagleboard.org> Date: Mon, 20 Jan 2025 20:53:58 +0530 Subject: [PATCH] CONTRIBUTING: Add fedora dependencies I have switched to fedora and was just starting out, so might as well add to the docs Signed-off-by: Ayush Singh <ayush@beagleboard.org> --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 675124f..415add8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,12 @@ The following dependencies are required to work with the codebase. apt-get install -y --no-install-recommends libudev-dev ``` +#### Fedora + +```shell +dnf install openssl-devel systemd-devel -y +``` + ## Run **Note:** When trying to actually flash hardware or doing benchmarking, ensure that you are running a release build (`--release`). -- GitLab