Windows Subsystem for Linux (WSL) Cross Compile requirements (Debian) The first two commands below set up the required environment for Visual Studio 2022 to build the project. The third command added the required libraries to build bluetooth projects. sudo apt-get update sudo apt install g++ gdb...