I'm trying to get RTLSDR-Airband set up on a Pi and I'm having some trouble as I get to the compiling portion of the install I've been following the directions in the wiki for Airband but they get a little wonky here. Below is what I'm getting when I try and compile. Would someone who is better with Linux than I am take a look and see if you can help me? Thanks!
pi@raspberrypi:~/RTLSDR-Airband-3.2.1 $ PLATFORM=armv8-generic make NFM=1 PULSE=1
g++ -O3 -g -Wall -Wextra -DSYSCONFDIR=\"/usr/local/etc\" -DDEBUG=0 -march=armv8-a+crc -mtune=cortex-a53 -ffast-math -DNFM -DPULSE -DWITH_RTLSDR -c -o rtl_airband.o rtl_airband.cpp
rtl_airband.cpp:63:10: fatal error: libconfig.h++: No such file or directory
#include <libconfig.h++>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: rtl_airband.o] Error 1
pi@raspberrypi:~/RTLSDR-Airband-3.2.1 $ PLATFORM=armv8-generic make
g++ -O3 -g -Wall -Wextra -DSYSCONFDIR=\"/usr/local/etc\" -DDEBUG=0 -march=armv8-a+crc -mtune=cortex-a53 -ffast-math -DWITH_RTLSDR -c -o rtl_airband.o rtl_airband.cpp
rtl_airband.cpp:63:10: fatal error: libconfig.h++: No such file or directory
#include <libconfig.h++>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: rtl_airband.o] Error 1
pi@raspberrypi:~/RTLSDR-Airband-3.2.1 $ make PLATFORM=armv8-generic make WITH_NFM=1 WITH_PULSE=1
make: *** No rule to make target 'make'. Stop.
pi@raspberrypi:~/RTLSDR-Airband-3.2.1 $ make PLATFORM=armv8-generic WITH_NFM=1 WITH_PULSE=1
g++ -O3 -g -Wall -Wextra -DSYSCONFDIR=\"/usr/local/etc\" -DDEBUG=0 -march=armv8-a+crc -mtune=cortex-a53 -ffast-math -DWITH_RTLSDR -c -o rtl_airband.o rtl_airband.cpp
rtl_airband.cpp:63:10: fatal error: libconfig.h++: No such file or directory
#include <libconfig.h++>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: rtl_airband.o] Error 1
pi@raspberrypi:~/RTLSDR-Airband-3.2.1 $ PLATFORM=armv8-generic make NFM=1 PULSE=1
g++ -O3 -g -Wall -Wextra -DSYSCONFDIR=\"/usr/local/etc\" -DDEBUG=0 -march=armv8-a+crc -mtune=cortex-a53 -ffast-math -DNFM -DPULSE -DWITH_RTLSDR -c -o rtl_airband.o rtl_airband.cpp
rtl_airband.cpp:63:10: fatal error: libconfig.h++: No such file or directory
#include <libconfig.h++>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: rtl_airband.o] Error 1
pi@raspberrypi:~/RTLSDR-Airband-3.2.1 $ PLATFORM=armv8-generic make
g++ -O3 -g -Wall -Wextra -DSYSCONFDIR=\"/usr/local/etc\" -DDEBUG=0 -march=armv8-a+crc -mtune=cortex-a53 -ffast-math -DWITH_RTLSDR -c -o rtl_airband.o rtl_airband.cpp
rtl_airband.cpp:63:10: fatal error: libconfig.h++: No such file or directory
#include <libconfig.h++>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: rtl_airband.o] Error 1
pi@raspberrypi:~/RTLSDR-Airband-3.2.1 $ make PLATFORM=armv8-generic make WITH_NFM=1 WITH_PULSE=1
make: *** No rule to make target 'make'. Stop.
pi@raspberrypi:~/RTLSDR-Airband-3.2.1 $ make PLATFORM=armv8-generic WITH_NFM=1 WITH_PULSE=1
g++ -O3 -g -Wall -Wextra -DSYSCONFDIR=\"/usr/local/etc\" -DDEBUG=0 -march=armv8-a+crc -mtune=cortex-a53 -ffast-math -DWITH_RTLSDR -c -o rtl_airband.o rtl_airband.cpp
rtl_airband.cpp:63:10: fatal error: libconfig.h++: No such file or directory
#include <libconfig.h++>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: rtl_airband.o] Error 1