install-prerequisites.sh 334 B

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