ADS-B Receiver Project Setup Scripts

Whatever is in the screenshot shows that piaware .deb package did not built as some pre requisite process build_cxfreez has failed. The earlier lines of output may contain more details. Without full log, it is hard to tell what went wrong.

I will suggest delete the cloned folder, and start from begining

sudo rm -rf ~/adsb-receiver

cd ~/

git clone https://github.com/jprochazka/adsb-receiver.git

cd ~/adsb-receiver

./install.sh
1 Like