Add package requirements for Fedora

pull/22/head
Kyle Schwarz 2024-01-02 10:20:47 -05:00
parent f92a946a08
commit 8f5889e129
1 changed files with 3 additions and 3 deletions

View File

@ -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. 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. First, install the necessary dependencies for building kernel modules:
- Ubuntu: `sudo apt install linux-headers-generic build-essential gcc git`
On Ubuntu, this is accomplished by running `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` Clone this repository by running `git clone https://github.com/intrepidcs/intrepid-socketcan-kernel-module.git`