Files
arcs/arcs-sdk/modules/lvgl8/scripts/install_astyle.sh
2026-08-13 16:50:52 +08:00

10 lines
137 B
Bash
Executable File

#!/bin/sh
rm -rf astyle
git clone https://github.com/lvgl/astyle.git
cd astyle/build/gcc
make -j
make install
cd ../../..
rm -rf astyle