domotic/components/lvgl__lvgl/scripts/install-prerequisites.bat
Marc PASTEUR d132f39ff8 move lvgl
2025-12-19 18:08:19 +01:00

5 lines
184 B
Batchfile

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