summaryrefslogtreecommitdiff
path: root/docs/installation/gentoo_en.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-08-10 13:47:02 +0000
committerlain <lain@soykaf.club>2020-08-10 13:47:02 +0000
commit73af60d02f25f1585d3e5168d99306b70355c15c (patch)
tree38d27b8b6332084d56e92f7ad3a9fbc9b6ff14f1 /docs/installation/gentoo_en.md
parent517d42646accf2bf36b3e1f43bbbbc303d4c00a8 (diff)
parenta2f2ba3fbbc9788b16e7d62044756b99fa0c45e1 (diff)
downloadpleroma-73af60d02f25f1585d3e5168d99306b70355c15c.tar.gz
pleroma-73af60d02f25f1585d3e5168d99306b70355c15c.zip
Merge branch 'develop' into 'develop'
docs: add cmake to other installation guides Closes #2039 See merge request pleroma/pleroma!2870
Diffstat (limited to 'docs/installation/gentoo_en.md')
-rw-r--r--docs/installation/gentoo_en.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/gentoo_en.md b/docs/installation/gentoo_en.md
index 32152aea7..5a676380c 100644
--- a/docs/installation/gentoo_en.md
+++ b/docs/installation/gentoo_en.md
@@ -28,6 +28,7 @@ Gentoo quite pointedly does not come with a cron daemon installed, and as such i
* `dev-db/postgresql`
* `dev-lang/elixir`
* `dev-vcs/git`
+* `dev-util/cmake`
#### Optional ebuilds used in this guide
@@ -46,7 +47,7 @@ Gentoo quite pointedly does not come with a cron daemon installed, and as such i
* Emerge all required the required and suggested software in one go:
```shell
- # emerge --ask dev-db/postgresql dev-lang/elixir dev-vcs/git www-servers/nginx app-crypt/certbot app-crypt/certbot-nginx
+ # emerge --ask dev-db/postgresql dev-lang/elixir dev-vcs/git www-servers/nginx app-crypt/certbot app-crypt/certbot-nginx dev-util/cmake
```
If you would not like to install the optional packages, remove them from this line.