Created
February 10, 2014 19:35
-
-
Save sumardi/8922624 to your computer and use it in GitHub Desktop.
Build your OWN Apple iBeacon with a Raspberry Pi.
This file contains hidden or 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 wget www.kernel.org/pub/linux/bluetooth/bluez-5.14.tar.xz | |
$ sudo unxz bluez-5.14.tar.xz | |
$ sudo tar xvf bluez-5.14.tar | |
$ cd bluez-5.14 | |
$ 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