add airplay support

This commit is contained in:
CanbiZ 2025-04-15 10:52:24 +02:00
parent 880fb73650
commit b1b2fc93dc

View File

@ -17,6 +17,7 @@ $STD apt-get install -y \
ffmpeg \ ffmpeg \
build-essential \ build-essential \
libffi-dev \ libffi-dev \
cmake \
git \ git \
libssl-dev \ libssl-dev \
libjpeg-dev \ libjpeg-dev \
@ -49,9 +50,8 @@ msg_info "Adding AirPlay Support"
cd /usr/local/src cd /usr/local/src
git clone https://github.com/music-assistant/libraop.git git clone https://github.com/music-assistant/libraop.git
cd libraop cd libraop
#mkdir build && cd build git submodule update --init
#cmake .. ./build.sh
#make -j$(nproc)
msg_ok "Added AirPlay Support" msg_ok "Added AirPlay Support"
msg_info "Creating systemd service" msg_info "Creating systemd service"