This commit is contained in:
parent
cfe2b1c616
commit
3a9c0d91b0
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ Install deps:
|
||||||
Build deps:
|
Build deps:
|
||||||
|
|
||||||
- gcc
|
- gcc
|
||||||
|
- libclang-dev
|
||||||
- libv4l-dev
|
- libv4l-dev
|
||||||
- libudev-dev
|
- libudev-dev
|
||||||
- libvulkan-dev
|
- libvulkan-dev
|
||||||
|
|
|
@ -22,7 +22,7 @@ fi
|
||||||
|
|
||||||
## get source and build
|
## get source and build
|
||||||
# get build deps
|
# get build deps
|
||||||
apt install gcc v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev -y
|
apt install gcc libclang-dev 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
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
. ~/.cargo/env
|
. ~/.cargo/env
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue