Bluez
/bluesnarfer $ make
gcc -Iinclude -W -g3 src/bluesnarfer.c pkg-config --libs bluez -o bluesnarfer Package bluez was not found in the pkg-config search path. Perhaps you should add the directory containing `bluez.pc'
to the PKG_CONFIG_PATH environment variable No package 'bluez' found src/bluesnarfer.c:29:10: fatal error: 'bluetooth/bluetooth.h' file not found
#include <bluetooth/bluetooth.h>
^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Makefile:11: bluesnarfer] Error 1 ~/bluesnarfer $
try:
sudo apt install libbluetooth-dev bluez bluetooth
:)