acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
install-prerequisites.sh (334B)
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. 8 sudo apt update 9 sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake