Files
Video_Game_Mini_Maps/managed_components/lvgl__lvgl/scripts/install-prerequisites.bat
valentineautos 16ffc2ab10 initial commit
2025-12-05 09:22:55 +00:00

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%