14 lines
602 B
Markdown
14 lines
602 B
Markdown
# Install deps on ubuntu
|
|
- make sure poetry was installed with pipx
|
|
sudo apt update
|
|
sudo apt install build-essential libcairo2-dev libgirepository1.0-dev pkg-config libgirepository-2.0-dev gir1.2-girepository-2.0 build-essential pkg-config gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0
|
|
|
|
# Install on rpi
|
|
sudo apt-get install python3.11-dev build-essential pkg-config \
|
|
gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-alsa \
|
|
libgirepository1.0-dev libcairo2-dev \
|
|
python3-gi python3-gi-cairo
|
|
|
|
# Test audio
|
|
aplay /usr/share/sounds/alsa/Front_Center.wav
|