mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
d85a39e78c
Co-authored-by: Dany Liu <dany.yang.liu@email.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
5 lines
173 B
Batchfile
5 lines
173 B
Batchfile
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%
|