From 21665a9ce8393f9b8ec511509c33106d1a889cf3 Mon Sep 17 00:00:00 2001 From: Ryan Miller Date: Tue, 20 Feb 2024 10:37:20 +1100 Subject: [PATCH] Add fedora and alternative linux install instructions to CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2193dfed..222e591ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,6 +47,12 @@ sudo apt install cmake npm install cmake-js ``` +In Fedora, you may also need to install +``` +sudo dnf install make automake gcc gcc-c++ kernel-devel +``` + + ### All platforms Now, run these commands in your preferred terminal in a good directory for development: