Skip to content

Instantly share code, notes, and snippets.

@bruvv
Last active August 5, 2023 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruvv/a380730c9532d5c55e1c2b0ecc9a398d to your computer and use it in GitHub Desktop.
Save bruvv/a380730c9532d5c55e1c2b0ecc9a398d to your computer and use it in GitHub Desktop.
How to install bluez-alsa
sudo apt-get -y update
sudo apt-get -y install autoconf
sudo apt-get -y install build-essential libtool pkg-config \
libasound2-dev libbluetooth-dev libdbus-1-dev \
libglib2.0-dev libsbc-dev libdbus-glib-1-dev
git clone https://github.com/Arkq/bluez-alsa.git
cd bluez-alsa
autoreconf --install --force
mkdir build
cd build
../configure --enable-systemd
make
sudo make -n install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment