Added note about adding backports on Debian. (#249)
Added a note about having to add Debian Backports repository to properly install `ffmpeg`.
This commit is contained in:
parent
84de0b78e8
commit
9f752db5e0
|
@ -124,6 +124,8 @@ It is recommended to create a special user for mastodon on the server (you could
|
||||||
sudo apt-get install nodejs
|
sudo apt-get install nodejs
|
||||||
sudo npm install -g yarn
|
sudo npm install -g yarn
|
||||||
|
|
||||||
|
* **NOTE**: On Debian you have to first add the [Debian Backports](https://backports.debian.org/) repository to install `ffmpeg`.
|
||||||
|
|
||||||
### CentOS / RHEL
|
### CentOS / RHEL
|
||||||
|
|
||||||
sudo yum install libxml2-devel ImageMagick libxslt-devel git curl file g++ protobuf-compiler protobuf-devel
|
sudo yum install libxml2-devel ImageMagick libxslt-devel git curl file g++ protobuf-compiler protobuf-devel
|
||||||
|
|
Loading…
Reference in New Issue