Last active
July 2, 2025 16:46
-
-
Save bartvdbraak/ebb809d5352c30249d7731dc8977bd62 to your computer and use it in GitHub Desktop.
Requirements for Building Blender on Windows
This file contains hidden or 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
| winget install --id=Git.Git --silent --accept-package-agreements --accept-source-agreements | |
| winget install --id=Kitware.CMake --silent --accept-package-agreements --accept-source-agreements | |
| winget install --id=Microsoft.VisualStudio.2022.Community --silent --accept-package-agreements --accept-source-agreements --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended" | |
| git lfs install | |
| git config --global user.name "My Name" | |
| git config --global user.email "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment