安裝環境Linux debian
先安裝libacars
sudo apt install build-essential cmake pkg-config libglib2.0-dev libconfig++-dev libliquid-dev libfftw3-dev
apt-get install libxml2-dev
git clone https://github.com/szpajder/libacars
cd libacars
mkdir build
cd build
cmake ../
make
sudo make install
sudo ldconfig
安裝HFDL
git clone https://github.com/szpajder/dumphfdl.git
cd dumphfdl
mkdir build
cd build
cmake ../
make
sudo make install
參考資料
https://github.com/szpajder/libacars/tree/v2.1.4
https://github.com/szpajder/dumphfdl
123
https://groups.io/g/openwebrx/topic/config_example_to_use_sdrplay/72630890