Wingetlywingetly
← All apps
B

build2

by The build2 authorsv0.18.1

Last updated

C/C++ build system and package manager

Install with winget

$ winget install --id build2.build2.MSVC --exact --version 0.18.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

`build2` is an open source, cross-platform toolchain for building and

packaging C++ code. It aims to approximate Rust Cargo's convenience while

providing more depth and flexibility.

Published packages can be found on https://cppget.org

Installers · v0.18.1

ArchitectureTypeScopeInstallDownload
x64Portable-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for build2.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • B
    build2The build2 authors
    build2.build2.MinGWv0.18.1

    C/C++ build system and package manager

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.6.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • Node.js (LTS)Node.js Foundation
    OpenJS.NodeJS.LTSv24.19.0

    Run JavaScript Everywhere

  • Visual Studio BuildTools 2026Microsoft Corporation
    Microsoft.VisualStudio.BuildToolsv18.10.0

    These Build Tools allow you to build Visual Studio projects from a command-line interface.

  • Microsoft Visual C++ 2013 Redistributable (x86)Microsoft Corporation
    Microsoft.VCRedist.2013.x86v12.0.40664.0

    The Microsoft Visual C++ 2013 Redistributable Package (x86)

  • YouTube Music Desktop AppNovusTheory
    Ytmdesktop.Ytmdesktopv2.0.11

    A unofficial player for YouTube Music on desktop

More from The build2 authors or browse build system, build toolchain, package manager.

Frequently asked questions

How do I install build2 on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id build2.build2.MSVC --exact --version 0.18.1. winget downloads the installer from The build2 authors and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install build2 silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id build2.build2.MSVC --exact 0.18.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall build2 via winget?
Run: winget uninstall --id build2.build2.MSVC --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from build2's Apps & Features entry.
Is build2 free?
build2 is distributed under MIT. Refer to the publisher (https://build2.org/) for the full license terms - Wingetly itself does not charge for installation.
Does build2 work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls build2 directly from the publisher.
How do I keep build2 up to date?
Run winget upgrade --id build2.build2.MSVC --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of build2 from microsoft/winget-pkgs.