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
|
|
@ -10,6 +10,8 @@ This guide will assume that you have administrative rights, either as root or a
|
|||
* `git`
|
||||
* `base-devel`
|
||||
* `cmake`
|
||||
* `ffmpeg`
|
||||
* `ImageMagick`
|
||||
|
||||
#### Optional packages used in this guide
|
||||
|
||||
|
|
@ -27,7 +29,7 @@ sudo pacman -Syu
|
|||
* Install some of the above mentioned programs:
|
||||
|
||||
```shell
|
||||
sudo pacman -S git base-devel elixir cmake
|
||||
sudo pacman -S git base-devel elixir cmake ffmpeg imagemagick
|
||||
```
|
||||
|
||||
### Install PostgreSQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue