mirror of
https://github.com/garagetinkering/Video_Game_Mini_Maps.git
synced 2026-01-17 17:47:00 +01:00
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%
|