mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
5 lines
No EOL
281 B
PowerShell
5 lines
No EOL
281 B
PowerShell
Write-Host "Installing Choco"
|
|
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
|
Write-Host "Installing Choco packages"
|
|
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
|
choco install -y python3 git git-lfs 7zip |