From 8f5889e12956708618ce69a8f0dc4f5f510ee675 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Tue, 2 Jan 2024 10:20:47 -0500 Subject: [PATCH] Add package requirements for Fedora --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffa3957..f0c657d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Version 3.0.3 This is the kernel object portion of the Intrepid Control Systems SocketCAN support. For SocketCAN to work with Intrepid devices you will need to have this kernel object loaded on your system. Once the module is built and loaded run [icsscand](https://github.com/intrepidcs/icsscand) to turn on SocketCAN support. -First, install the necessary dependencies for building kernel modules. - -On Ubuntu, this is accomplished by running `sudo apt install linux-headers-generic build-essential gcc git` +First, install the necessary dependencies for building kernel modules: +- Ubuntu: `sudo apt install linux-headers-generic build-essential gcc git` +- Fedora: `sudo dnf install git kernel-devel-matched` Clone this repository by running `git clone https://github.com/intrepidcs/intrepid-socketcan-kernel-module.git`