From e86f03d4f22eab69009f8c0536c4a906a90af662 Mon Sep 17 00:00:00 2001 From: Sven Bohner Date: Fri, 9 Feb 2024 07:35:36 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e69de29..4d58c59 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,13 @@ +# Description + +This script will install the the following packages on a Ubuntu/Debian system. +1. intrepid-socketcan-kernel-module +2. icsscand +3. libicsneo +It is meant to ease installation on a neoVI PI + +The script will clone the repositories of the above mentioned packages. Build them from source (and therefore utilizes the Package manger to install all required dependencies). Further it will deploy the built ressources into the appropriate system folders and configures the system to automatically load after a reboot or start up event. +The script therefore: +1) autoload necessary and built kernel modules by adding to `/etc/modules` +2) autostart the icsscan daemon by adding a corresponding systemd service unit +3) Deploy the API ressources into the folders `/usr/lib` and `/usr/include`