bluesnarfer icon indicating copy to clipboard operation
bluesnarfer copied to clipboard

Bluez

Open baklajan875 opened this issue 5 years ago • 1 comments

/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 $

baklajan875 avatar Jan 05 '21 20:01 baklajan875

try: sudo apt install libbluetooth-dev bluez bluetooth :)

Nullexx avatar Aug 24 '21 10:08 Nullexx