mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-27 03:33:48 +08:00
5 lines
184 B
Batchfile
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%
|