mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
10 lines
280 B
Batchfile
10 lines
280 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 origin/master
|
|
call bootstrap-vcpkg.bat
|
|
vcpkg.exe install libzippp:x64-windows nlohmann-json:x64-windows openssl:x64-windows
|
|
pause |