summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-08-10 13:46:52 +0000
committerlain <lain@soykaf.club>2020-08-10 13:46:52 +0000
commit517d42646accf2bf36b3e1f43bbbbc303d4c00a8 (patch)
tree13fcd25f21653af8e0cadb2706b4472de41fc3d4 /docs/installation/debian_based_en.md
parent00a4980c618c29ca337ac10a54121ecd7d687d3f (diff)
parent4d76c0ec8b24d7bc91a9e432a0cf3be17c6c10b5 (diff)
downloadpleroma-517d42646accf2bf36b3e1f43bbbbc303d4c00a8.tar.gz
pleroma-517d42646accf2bf36b3e1f43bbbbc303d4c00a8.zip
Merge branch '2039-cmake' into 'develop'
Docs: Add cmake dependency Closes #2039 See merge request pleroma/pleroma!2869
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r--docs/installation/debian_based_en.md3
1 files changed, 2 insertions, 1 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