diff --git a/api/requirements.pac b/api/requirements.pac new file mode 100644 index 000000000..7e7cb8a0d --- /dev/null +++ b/api/requirements.pac @@ -0,0 +1,6 @@ +curl +file +ffmpeg +libjpeg-turbo +libpqxx +python diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst index 73a22e823..34b0bce64 100644 --- a/docs/installation/debian.rst +++ b/docs/installation/debian.rst @@ -113,9 +113,10 @@ First, switch to the api directory: cd api -A few OS packages are required in order to run Funkwhale. The list is available -in ``api/requirements.apt`` or by running -``./install_os_dependencies.sh list``. +A few OS packages are required in order to run Funkwhale. On Debian-like + systems, the list is available in ``api/requirements.apt`` or by running +``./install_os_dependencies.sh list`` and in ``api/requirements.pac`` on +Arch. .. note::