Releases: abcd567a/ad2
v1
This package is 32-bit (armhf) version, but can run on both 32-bit (armhf) and 64-bit (arm64)
Please scroll down to see it under "Assets". Click it to download it on your Computer.
To download it directly on RPi, use following command
wget https://github.com/abcd567a/ad2/releases/download/V1/acarsdeco2_rpi2-3_debian9_20181201.tgz
(1) To run it on 32-bit (armhf) OS:
You will need to install following dependencies:
sudo apt install libudev-dev
sudo apt install libstdc++6
(2) To run it on 64-bit (arm64) OS:
(2.1) First add armhf architecture by following commands:
sudo dpkg --add-architecture armhf
sudo apt update
(2.2) Next install dependencies (armhf version) by following commands:
sudo apt install libudev-dev:armhf
sudo apt install libstdc++6:armhf