This commit is contained in:
kieran 2024-11-20 16:12:07 +00:00
parent e54491c019
commit faf18f17eb
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -1,6 +1,6 @@
#!/bin/bash
sudo apt update
sudo apt install -y \
apt update
apt install -y \
build-essential \
pkg-config \
libavcodec-dev \
@ -17,5 +17,5 @@ sudo apt install -y \
libpipewire-0.3-dev \
libpulse-dev \
libpng-dev
sudo cargo install xbuild
cargo install xbuild
x build --release