# Installer vcpkg

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vcpkg pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:vcpkg
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vcpkg
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install vcpkg
```

  Preuve: Fedora Rawhide package metadata: vcpkg from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/13ee7b80cb813542594d4235c4a0b8695435d5ecf23dd3580bc7515ae1b6180d-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#vcpkg
```

  Preuve: nixpkgs package indexes: pkgs/by-name/vc/vcpkg/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S vcpkg
```

  Preuve: Arch Linux sync databases: vcpkg from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/vcpkg
```

  Preuve: Scoop official bucket manifest trees: bucket/vcpkg.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:vcpkg
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/vcpkg>
- **Version:** 2026-04-08
- **Résumé source:** C++ Library Manager
- **Page d'accueil:** <https://github.com/microsoft/vcpkg>
- **Dépôt:** <https://github.com/microsoft/vcpkg>
- **Licence:** MIT
- **Archive source:** <https://github.com/microsoft/vcpkg-tool/archive/refs/tags/2026-04-08.tar.gz>
- **Mis à jour:** 2026-04-20T04:57:31Z
- **Source générée:** 2026-05-26T17:25:59+00:00

## exécutables

- vcpkg (cli)
- vcpkg (alias)

## Dépendances

- fmt
- ninja

## Dépendances de compilation

- cmake
- cmrc

## Bibliothèques fournies par macOS

- curl

## Comportement d'installation

- hook post-installation: non défini
- Caveats: This formula provides only the `vcpkg` executable. To use vcpkg: git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg" export VCPKG_ROOT="$HOME/vcpkg"
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## fraîcheur

- page générée: 2026-05-26
- version du gestionnaire: 2026-04-08
- gestionnaire mis à jour: 2026-04-20
- données locales: ok
- dépôt amont: https://github.com/microsoft/vcpkg-tool
- info: No cached GitHub release or tag data was available.

## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** green / low
- library-like package without higher-risk signals

## Liens liés

- [fmt](https://www.automicvault.com/pkg/brew/fmt/) - Runtime dependency declared by Homebrew.
- [ninja](https://www.automicvault.com/pkg/brew/ninja/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [cmrc](https://www.automicvault.com/pkg/brew/cmrc/) - Build dependency declared by Homebrew.

## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
