logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 517d42646accf2bf36b3e1f43bbbbc303d4c00a8
parent: 00a4980c618c29ca337ac10a54121ecd7d687d3f
Author: lain <lain@soykaf.club>
Date:   Mon, 10 Aug 2020 13:46:52 +0000

Merge branch '2039-cmake' into 'develop'

Docs: Add cmake dependency

Closes #2039

See merge request pleroma/pleroma!2869

Diffstat:

Mdocs/installation/debian_based_en.md3++-
Mdocs/installation/debian_based_jp.md3++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 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 @@ -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 ```