runtime/scripts/install-dependencies-AMD64.sh
TheBrokenRail 5f0cfcb7af
Some checks failed
CI / Test (AMD64) (push) Successful in 2m7s
CI / Test (ARM64) (push) Failing after 5m2s
Fix
2025-02-15 00:26:16 -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