ADS-B Receiver Project Setup Scripts

Hardware: Pi model 2, 8 Gb microSD card Class 10

(1) Wrote 2018-06-27-raspbian-stretch-lite.img

(2) microSD card slipped into Pi Model2

sudo raspi-config

#Expanded file system
#Set Locale
#Set Time Zone
#Rebooted

.
(3) apt update

sudo apt update
..............
..............
Reading state information... Done
24 packages can be upgraded. Run 'apt list --upgradable' to see them.

.
(4) apt upgrade

sudo apt upgrade

Reading package lists... Done
........
........
done.

.
(5) Run JP Script

sudo apt install git
git clone https://github.com/jprochazka/adsb-receiver.git
cd adsb-receiver
./install.sh

.
.

Installation halted

dpkg-checkbuilddeps: error: Unmet build dependencies: libbladerf-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)

  Entering the dump1090-fa build directory...
  Installing the dump1090-fa package...

dpkg: error: cannot access archive 'dump1090-fa_3.5.3_*.deb': No such file or directory

  Checking that the dump1090-fa package was installed properly...

  INSTALLATION HALTED!
  UNABLE TO INSTALL A REQUIRED PACKAGE.
  SETUP HAS BEEN TERMINATED!

The package "dump1090-fa" could not be installed.

  ------------------------------------------------------------------------------
  Dump1090-fa setup halted.