1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-06 10:39:53 +02:00
ScreenPlay/install_dependencies_windows.bat
2020-08-10 21:57:55 +02:00

10 lines
275 B
Batchfile

git submodule update --init
git submodule update --recursive
cd Common
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
git pull
git checkout 2bc6cd714
call bootstrap-vcpkg.bat
vcpkg.exe install zlib libzip libzippp openssl breakpad --triplet x64-windows --recurse