Files
pepperplus-ri/install_deps.sh
Kasper ec0e8e3504 build: add Docker container
Some changes (like `asound.conf`) are not portable and only work on my
machine. This will be fixed in the future.

ref: N25B-284
2025-11-14 14:15:00 +01:00

5 lines
108 B
Bash
Executable File

#!/usr/bin/env sh
apk add portaudio-dev libzmq gcc musl-dev g++ alsa-utils
pip install -r requirements.txt