[doc] Arch Linux installation: OS requirements
This commit is contained in:
parent
0ced3adb3a
commit
14919e27c7
|
@ -0,0 +1,6 @@
|
||||||
|
curl
|
||||||
|
file
|
||||||
|
ffmpeg
|
||||||
|
libjpeg-turbo
|
||||||
|
libpqxx
|
||||||
|
python
|
|
@ -113,9 +113,10 @@ First, switch to the api directory:
|
||||||
|
|
||||||
cd api
|
cd api
|
||||||
|
|
||||||
A few OS packages are required in order to run Funkwhale. The list is available
|
A few OS packages are required in order to run Funkwhale. On Debian-like
|
||||||
in ``api/requirements.apt`` or by running
|
systems, the list is available in ``api/requirements.apt`` or by running
|
||||||
``./install_os_dependencies.sh list``.
|
``./install_os_dependencies.sh list`` and in ``api/requirements.pac`` on
|
||||||
|
Arch.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue