We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b82b2 commit 8abc9aeCopy full SHA for 8abc9ae
scripts/windows/setup-dependencies.ps1
@@ -1,5 +1,5 @@
1
Param(
2
- [string]$ClangVersion = '21.1.1'
+ [string]$ClangVersion = '21.1.5'
3
)
4
5
Write-Host "=== Installing build dependencies on Windows ==="
@@ -28,7 +28,8 @@ sccache -s # show stats
28
Write-Host "Installing CMake, Cppcheck and NSIS via winget..."
29
winget install --accept-source-agreements --accept-package-agreements cmake cppcheck nsis
30
# also get wix
31
-dotnet tool install --global wix --version 4.0.4
+dotnet tool install --tool-path C:\WiX wix --version 4.0.4
32
+wix extension add --global WixToolset.UI.wixext/4.0.4
33
# get ninja
34
Write-Host "Installing Ninja via winget..."
35
winget install --accept-source-agreements --accept-package-agreements --id=Ninja-build.Ninja -e
0 commit comments