runtime/scripts/install-dependencies-AMD64.sh

14 lines
248 B
Bash
Raw Permalink Normal View History

2025-02-15 00:03:19 -05:00
#!/bin/sh
set -e
apt-get update
apt-get install -y --no-install-recommends \
cmake \
ninja-build \
gcc g++ \
2025-02-15 00:11:54 -05:00
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \
2025-02-15 00:03:19 -05:00
python3 \
python3-venv \
python3-tomli \
libglib2.0-dev