runtime/scripts/install-dependencies.sh
TheBrokenRail 07593b9d65
Some checks failed
CI / Test (ARM64) (push) Failing after 1m31s
CI / Test (AMD64) (push) Successful in 2m11s
Fix Dependencies
2025-02-15 00:13:43 -05:00

14 lines
248 B
Bash
Executable File

#!/bin/sh
set -e
apt-get update
apt-get install -y --no-install-recommends \
cmake \
ninja-build \
gcc g++ \
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \
python3 \
python3-venv \
python3-tomli \
libglib2.0-dev