Created
June 21, 2020 11:32
-
-
Save edwios/5750b1e648ed276f1be8567ef2a93c5a to your computer and use it in GitHub Desktop.
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 update | |
| sudo apt-get install libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev -y | |
| wget www.kernel.org/pub/linux/bluetooth/bluez-5.50.tar.xz | |
| tar xvf bluez-5.50.tar.xz && cd bluez-5.50 | |
| ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-experimental | |
| make -j4 | |
| sudo make install | |
| sudo reboot | |
| bluetoothctl -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment