X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finstallation%2Fdebian_based_jp.md;h=c2dd840d30f42403479289561d03408e4a380796;hb=93fbf399543fead24f8066d0cba33a0a51b89dd3;hp=42e91cda7f29486ecc2b160d46eff70d2154995f;hpb=59e2a1018a56a8390bd059e2bfae0d6cb6ccc63a;p=akkoma diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md index 42e91cda7..c2dd840d3 100644 --- a/docs/installation/debian_based_jp.md +++ b/docs/installation/debian_based_jp.md @@ -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 ```