Docs: Add cmake dependency

This commit is contained in:
lain 2020-08-10 15:12:45 +02:00
commit 4d76c0ec8b
2 changed files with 4 additions and 2 deletions

View file

@ -16,6 +16,7 @@
- `erlang-nox`
- `git`
- `build-essential`
- `cmake`
#### このガイドで利用している追加パッケージ
@ -32,7 +33,7 @@ sudo apt full-upgrade
* 上記に挙げたパッケージをインストールしておきます。
```
sudo apt install git build-essential postgresql postgresql-contrib
sudo apt install git build-essential postgresql postgresql-contrib cmake
```