Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions docs/tools/package-manager.md
Original file line number Diff line number Diff line change
@@ -1 +1,60 @@
# パッケージマネージャ

## パッケージマネージャの比較

| | 対応プラットフォーム |
| -------------------------------------------- | --------------------- |
| [Vcpkg](https://github.com/Microsoft/vcpkg) | Windows, macOS, Linux |
| [Conan](https://conan.io) | Windows, macOS, Linux |
| [Hunter](https://docs.hunter.sh/) | Windows, macOS, Linux |
| [Buckaroo](https://buckaroo.pm) | Windows, macOS, Linux |
| [poac](https://poac.pm/) | macOS, Linux |

<!-- sorted by github popularity -->
<!-- どのような情報を列として追加すれば有益? -->

<!--
## それぞれの特徴

### Vcpkg
説明文

#### 長所

#### 短所


### Conan
説明文

#### 長所

#### 短所



### Hunter
説明文

#### 長所

#### 短所


### Buckaroo
説明文

#### 長所

#### 短所


### poac
説明文

#### 長所

#### 短所


-->
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ theme:
language: 'ja'
favicon: 'assets/images/logo.png'
logo:
icon: 'donut_small'
icon: 'donut_small'
palette:
primary: 'teal'
accent: 'teal'
accent: 'teal'
feature:
tabs: true
extra:
Expand Down Expand Up @@ -54,3 +54,4 @@ nav:
- コンテナ: libraries/containers.md
- ツール:
- オンラインコンパイラ: tools/onlinecompilers.md
- パッケージマネージャ: tools/package-manager.md