Created
February 17, 2014 15:26
-
-
Save 5v3n/9052605 to your computer and use it in GitHub Desktop.
Corrected some typos in the bluez setup guide on http://learn.adafruit.com/pibeacon-ibeacon-with-a-raspberry-pi/setting-up-the-pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libusb-dev libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev | |
sudo mkdir bluez | |
cd bluez | |
sudo wget www.kernel.org/pub/linux/bluetooth/bluez-5.11.tar.xz | |
sudo unxz bluez-5.11.tar.xz | |
sudo tar xvf bluez-5.11.tar | |
cd bluez-5.11 | |
sudo ./configure --disable-systemd | |
sudo make && sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment