This commit is contained in:
askiiart 2025-03-24 13:17:35 -05:00
parent a0093468a8
commit cfe2b1c616
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ Install deps:
Build deps:
- gcc
- libv4l-dev
- libudev-dev
- libvulkan-dev

View file

@ -22,7 +22,7 @@ fi
## get source and build
# get build deps
apt install v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev -y
apt install gcc v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. ~/.cargo/env