mirror of
https://github.com/lvgl/lvgl.git
synced 2026-02-05 13:30:08 +08:00
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
5 lines
179 B
Batchfile
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%
|