Docs: Add cmake dependency
authorlain <lain@soykaf.club>
Mon, 10 Aug 2020 13:12:45 +0000 (15:12 +0200)
committerlain <lain@soykaf.club>
Mon, 10 Aug 2020 13:12:45 +0000 (15:12 +0200)
docs/installation/debian_based_en.md
docs/installation/debian_based_jp.md

index 8ae5044b5b830bb012b6b6e03c045b786d291e71..60c2f47e5207b3337ba8de8ac16f5cc89a179aef 100644 (file)
@@ -12,6 +12,7 @@ This guide will assume you are on Debian Stretch. This guide should also work wi
 * `erlang-nox`
 * `git`
 * `build-essential`
+* `cmake`
 
 #### Optional packages used in this guide
 
@@ -30,7 +31,7 @@ sudo apt full-upgrade
 * Install some of the above mentioned programs:
 
 ```shell
-sudo apt install git build-essential postgresql postgresql-contrib
+sudo apt install git build-essential postgresql postgresql-contrib cmake
 ```
 
 ### Install Elixir and Erlang
index 42e91cda7f29486ecc2b160d46eff70d2154995f..c2dd840d30f42403479289561d03408e4a380796 100644 (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
 ```