fix for this bug
No package 'librtlsdr' found
Package libusb-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libusb-1.0.pc' to the PKG_CONFIG_PATH environment variable
No package 'libusb-1.0' found
cc -c rtl_ais.c -o rtl_ais.o -O2 -g -Wall -W -I./aisdecoder -I ./aisdecoder/lib -I./tcp_listener rtl_ais.c:42:10: fatal error: rtl-sdr.h: No such file or directory
42 | #include
| ^~~
compilation terminated.
fix for this bug No package 'librtlsdr' found Package libusb-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libusb-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libusb-1.0' found cc -c rtl_ais.c -o rtl_ais.o -O2 -g -Wall -W -I./aisdecoder -I ./aisdecoder/lib -I./tcp_listener rtl_ais.c:42:10: fatal error: rtl-sdr.h: No such file or directory 42 | #include
| ^
~~compilation terminated.