Install BlueZ on Windows 10 wsl

BlueZ 5.54

Posted by Kai on April 1, 2020
  • Install Ubuntu, WSL for Windows 10

    I choose Ubuntu, This is installation link on Microsoft website

  • system update and upgrade
    sudo apt-get update
    sudo apt-get upgrade
    
  • install dependencies
    sudo apt-get install -y git bc libusb-dev libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev autoconf bison flex libssl-dev
    
  • install BlueZ
    sudo apt install bluez