Files
Power-Pico/lv_sim_linux/lvgl/scripts/install-prerequisites.bat

5 lines
173 B
Batchfile
Raw Normal View History

2025-09-11 16:36:41 +08:00
vcpkg install vcpkg-tool-ninja libpng freetype opengl glfw3 glew
if %errorlevel% neq 0 exit /b %errorlevel%
pip install pypng lz4
if %errorlevel% neq 0 exit /b %errorlevel%