Last active
May 24, 2024 12:35
-
-
Save bartvdbraak/a65da1e50f76c9e0d7ce59d6a14a52b1 to your computer and use it in GitHub Desktop.
Windows commands to bootstrap for Blender compilation
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
Add-AppPackage -path "https://cdn.winget.microsoft.com/cache/source.msix." | |
winget install Microsoft.VisualStudio.2022.Community --override "--add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended" | |
winget install Git.Git | |
winget install Kitware.CMake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sources: