Skip to content

Commit 8f3cb39

Browse files
authored
Added readme information about graphic dependencies
1 parent d1d6a8f commit 8f3cb39

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55

66
## Install
77

8-
Install SoX and some of its handlers for different audio formats. For example, on Ubuntu:
8+
Install SoX and some of its handlers for different audio formats.
9+
Also you need a `GD` module or other extension providing `imagecreatetruecolor()` functionality.
10+
For example, on Ubuntu:
911

1012
```sh
1113
sudo apt install sox libsox-fmt-all
14+
sudo apt install php-gd
1215
```
1316

1417
Install this package using the [Composer](https://getcomposer.org) `require` command:

0 commit comments

Comments
 (0)