diff options
author | lain <lain@soykaf.club> | 2020-08-10 15:12:45 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-10 15:12:45 +0200 |
commit | 4d76c0ec8b24d7bc91a9e432a0cf3be17c6c10b5 (patch) | |
tree | 13fcd25f21653af8e0cadb2706b4472de41fc3d4 /docs | |
parent | 00a4980c618c29ca337ac10a54121ecd7d687d3f (diff) | |
download | pleroma-4d76c0ec8b24d7bc91a9e432a0cf3be17c6c10b5.tar.gz pleroma-4d76c0ec8b24d7bc91a9e432a0cf3be17c6c10b5.zip |
Docs: Add cmake dependency
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation/debian_based_en.md | 3 | ||||
-rw-r--r-- | docs/installation/debian_based_jp.md | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 8ae5044b5..60c2f47e5 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -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 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 ``` |