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 @@ It assumes that you have administrative rights, either as root or a user with [s
|
|||
* `erlang-parsetools`
|
||||
* `erlang-xmerl`
|
||||
* `git`
|
||||
* `ffmpeg`
|
||||
* `ImageMagick`
|
||||
* Development Tools
|
||||
* `cmake`
|
||||
|
||||
|
|
@ -56,6 +58,13 @@ sudo apk add erlang erlang-runtime-tools erlang-xmerl elixir
|
|||
```shell
|
||||
sudo apk add erlang-eldap
|
||||
```
|
||||
|
||||
### Install ffmpeg and ImageMagick
|
||||
|
||||
```shell
|
||||
sudo apk add ffmpeg imagemagick
|
||||
```
|
||||
|
||||
### Install PostgreSQL
|
||||
|
||||
* Install Postgresql server:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue