Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. sudo apt-get install libbluetooth-dev build-essential fakeroot
  2. sudo apt-get build-dep libpcap
  3. apt-get source libpcap
  4. cd libpcap-*
  5. dpkg-buildpackage -rfakeroot -b -nc -us -uc
  6. sudo dpkg -iGO ../*.deb
  7.  
  8. CFLAGS='-I /path/to/dependency/include' LDFLAGS='-L /path/to/dependency/lib' ./configure …
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement