1028 - installation docs

merge-requests/1042/head
Jonathan Aylard 2020-02-25 12:18:05 +00:00
rodzic f9c7d19be3
commit 6ea40f7c97
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ On Debian-like systems, you can install them using:
sudo apt-get update
# Install dependencies
sudo apt-get install curl python3-pip python3-venv git unzip libldap2-dev libsasl2-dev
sudo apt-get install curl python3-pip python3-venv git unzip libldap2-dev libsasl2-dev gettext-base zlib1g-dev libffi-dev libssl-dev
# Funkwhale dependencies
sudo apt install build-essential ffmpeg libjpeg-dev libmagic-dev libpq-dev postgresql-client python3-dev make

Wyświetl plik

@ -41,7 +41,7 @@ guide.
Building the mono-container Docker image (funkwhale/funkwhale)
Building the mono-container Docker image (funkwhale/all-in-one)
--------------------------------------------------------------
This image is intended to be used in conjunction with our :ref:`Mono-container installation guide <docker-mono-container>`.