mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add option to use system Nanopb (#352)
This commit is contained in:
parent
6e063109af
commit
cbfa49551d
6 changed files with 52 additions and 13 deletions
|
@ -3,7 +3,7 @@ FROM debian:bullseye
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install git g++ cmake pkg-config \
|
||||
libjerasure-dev libnanopb-dev libavcodec-dev libopus-dev \
|
||||
libjerasure-dev nanopb libnanopb-dev libavcodec-dev libopus-dev \
|
||||
libssl-dev protobuf-compiler python3 python3-protobuf \
|
||||
libevdev-dev libudev-dev \
|
||||
qt5-default libqt5svg5-dev qtmultimedia5-dev libsdl2-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue