Files
lvgl/scripts/install-prerequisites.bat
2025-12-20 15:15:42 +08:00

5 lines
179 B
Batchfile

vcpkg install vcpkg-tool-ninja libpng freetype opengl glfw3
if %errorlevel% neq 0 exit /b %errorlevel%
pip install pypng lz4 kconfiglib
if %errorlevel% neq 0 exit /b %errorlevel%