Skip to content

Instantly share code, notes, and snippets.

@edwios
Created June 21, 2020 11:32
Show Gist options
  • Select an option

  • Save edwios/5750b1e648ed276f1be8567ef2a93c5a to your computer and use it in GitHub Desktop.

Select an option

Save edwios/5750b1e648ed276f1be8567ef2a93c5a to your computer and use it in GitHub Desktop.
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