boos / bluesnarfer

bluesnarfing proof-of-concept tool.
44 stars 10 forks source link

Bluez #4

Open baklajan875 opened 3 years ago

baklajan875 commented 3 years ago

/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 $
Nullexx commented 3 years ago

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