Added documentation on installation of ffmpeg and ImageMagick dependencies.
This commit is contained in:
parent
151df9fc17
commit
7cd662f18c
11 changed files with 33 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue