Added documentation on installation of ffmpeg and ImageMagick dependencies.

This commit is contained in:
Ivan Tashkinov 2020-09-24 18:02:50 +03:00
commit 7cd662f18c
11 changed files with 33 additions and 12 deletions

View file

@ -13,6 +13,8 @@ This guide will assume you are on Debian Stretch. This guide should also work wi
* `git`
* `build-essential`
* `cmake`
* `ffmpeg`
* `ImageMagick`
#### Optional packages used in this guide
@ -31,7 +33,7 @@ sudo apt full-upgrade
* Install some of the above mentioned programs:
```shell
sudo apt install git build-essential postgresql postgresql-contrib cmake
sudo apt install git build-essential postgresql postgresql-contrib cmake ffmpeg imagemagick
```
### Install Elixir and Erlang