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
|
|
@ -17,6 +17,8 @@
|
|||
- `git`
|
||||
- `build-essential`
|
||||
- `cmake`
|
||||
- `ffmpeg`
|
||||
- `ImageMagick`
|
||||
|
||||
#### このガイドで利用している追加パッケージ
|
||||
|
||||
|
|
@ -33,7 +35,7 @@ sudo apt full-upgrade
|
|||
|
||||
* 上記に挙げたパッケージをインストールしておきます。
|
||||
```
|
||||
sudo apt install git build-essential postgresql postgresql-contrib cmake
|
||||
sudo apt install git build-essential postgresql postgresql-contrib cmake ffmpeg imagemagick
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue