mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
9 lines
168 B
Batchfile
9 lines
168 B
Batchfile
|
setlocal EnableExtensions
|
||
|
|
||
|
cd Common
|
||
|
git clone https://github.com/Microsoft/vcpkg.git
|
||
|
cd vcpkg
|
||
|
git pull
|
||
|
call bootstrap-vcpkg.bat
|
||
|
vcpkg.exe install openssl:x64-windows
|