airplay2-receiver icon indicating copy to clipboard operation
airplay2-receiver copied to clipboard

Debian installation

Open noelhibbard opened this issue 3 years ago • 0 comments

Here are the steps I did to get this running on Debian in case anyone is interested:

sudo apt install -y libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev portaudio19-dev python3 python3-pip python3-pyaudio build-essential pkg-config git alsa-utils
git clone https://github.com/ckdo/airplay2-receiver.git
cd airplay2-receiver/
pip3 install virtualenv
virtualenv airplay2-receiver
cd airplay2-receiver/
pip3 install -r ../requirements.txt
pip3 install pyaudio

noelhibbard avatar Jan 18 '21 13:01 noelhibbard