diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-11 08:43:36 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-11 08:48:35 +0200 |
commit | 6b1f7f2f528824a1f5e935a14645e7731a9c2a9c (patch) | |
tree | 76fdc47e1736422dfe0dcd9806468956a52f7762 /docs/installation/generic_dependencies.include | |
parent | 53cf801c3000b1e20a1d42b56be82032d42782e9 (diff) | |
download | pleroma-6b1f7f2f528824a1f5e935a14645e7731a9c2a9c.tar.gz pleroma-6b1f7f2f528824a1f5e935a14645e7731a9c2a9c.zip |
docs: Use one file to describe dependencies
Diffstat (limited to 'docs/installation/generic_dependencies.include')
-rw-r--r-- | docs/installation/generic_dependencies.include | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include new file mode 100644 index 000000000..baed19de0 --- /dev/null +++ b/docs/installation/generic_dependencies.include @@ -0,0 +1,16 @@ +## Required dependencies + +* PostgreSQL 9.6+ +* Elixir 1.9+ +* Erlang OTP 22.2+ +* git +* file / libmagic +* gcc (clang might also work) +* GNU make +* CMake + +## Optionnal dependencies + +* ImageMagick +* FFmpeg +* exiftool |