This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install -y git python2 vcbuildtools jdk8 swig | |
$baseDir="C:\work\openvpn3lib\dep" | |
Write-Host "Preparing base dir $baseDir" | |
New-Item -Force "$baseDir\deps" -ItemType Directory | |
Set-Location "$baseDir" | |
Write-Host "Downloading dependencies..." | |
git clone https://github.com/OpenVPN/openvpn3.git openvpn3 |