Skip to content

Instantly share code, notes, and snippets.

@bartvdbraak
Last active July 2, 2025 16:46
Show Gist options
  • Select an option

  • Save bartvdbraak/ebb809d5352c30249d7731dc8977bd62 to your computer and use it in GitHub Desktop.

Select an option

Save bartvdbraak/ebb809d5352c30249d7731dc8977bd62 to your computer and use it in GitHub Desktop.
Requirements for Building Blender on Windows
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