Programing/Tool/vcpkg のバックアップ(No.1)
- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- 現在との差分 - Visual を表示
- ソース を表示
- Programing/Tool/vcpkg へ行く。
- 1 (2020-05-04 (月) 16:48:20)
- 2 (2020-05-05 (火) 03:30:10)
概要
- VisualC++向けのパッケージシステム
手順
- インストール
git clone https://github.com/Microsoft/vcpkg.git cd vcpkg bootstrap-vcpkg.bat
- VisualC++ に統合する
vcpkg integrate install
- パッケージインストール
vcpkg install [package][:triplet] ...
tripletの指定がない場合は"x86-windows"指定になる
コマンド早見表
基本コマンド | 使い方 | 説明 |
add | * | ローカルへのファイルの追加 |
. | 全てのファイル・ディレクトリを追加 |