1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 11:32:42 +01:00
ScreenPlay/install-dependencies.bat

10 lines
280 B
Batchfile
Raw Normal View History

2020-01-30 16:32:24 +01:00
git submodule update --init
2019-12-01 13:34:15 +01:00
git submodule update --recursive
2019-04-27 11:46:37 +02:00
cd Common
2019-12-01 13:34:15 +01:00
git clone https://github.com/microsoft/vcpkg.git
2019-04-27 11:46:37 +02:00
cd vcpkg
git pull
2019-07-24 15:31:43 +02:00
git checkout origin/master
2019-04-27 11:46:37 +02:00
call bootstrap-vcpkg.bat
2020-01-18 14:20:39 +01:00
vcpkg.exe install libzippp:x64-windows nlohmann-json:x64-windows openssl:x64-windows
2019-11-30 16:56:43 +01:00
pause