1#!/usr/bin/sh
2
3# Install Linux package prerequisites needed for LVGL development
4# and testing. Some less-common development packages are not included
5# here, such as MicroPython and PC simulator packages.
6#
7# Note: This script is run by the CI workflows.
8sudo apt update
9sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake
10