スポンサーリンク

Vcpkg: a tool to acquire and build C++ open source libraries on Windows

情報源: Vcpkg: a tool to acquire and build C++ open source libraries on Windows

Visual C++でOSSのライブラリを使用するためのパッケージマネージャ。

インストール手順は以下の通り。

  1. https://github.com/Microsoft/vcpkg.git をクローン
  2. クローンしたディレクトリでpowershell -exec bypass scripts\bootstrap.ps1を実行し、ビルドする
  3. .\vcpkg integrate installでユーザー全体にインストール(初回は要管理者権限)
  4. パッケージのインストールは次のように行う。.\vcpkg install sdl2 curl

GitHub: https://github.com/Microsoft/vcpkg

デモビデオ: https://www.youtube.com/watch?v=y41WFKbQFTw

作業例と対応パッケージについて: https://github.com/Microsoft/vcpkg/blob/master/docs/EXAMPLES.md

MITライセンスです。

タイトルとURLをコピーしました