Version 1.0.0 is the first public release of LibCanComm.
DEB and RPM packages are available from the openSUSE OBS infrastructure. Follow the package repository link as shown below for your Linux distribution. On that webpage, click on the Add repository and install manually section. It shows information on how to add the package repository to your Linux system.
Debian/Ubuntu/Raspberry PI
- Add the package repository and then run:
sudo apt update
sudo apt install libcancomm1
(shared library)sudo apt install libcancomm-dev
(development files)
Fedora
- Add the package repository and then run:
sudo dnf install cancomm
(shared library)sudo dnf install cancomm-devel
(development files)
openSUSE Tumbleweed/Leap
- Add the package repository and then run:
sudo zypper refresh
sudo zypper install libcancomm1
(shared library)sudo zypper install cancomm-devel
(development files)