1
0
mirror of https://github.com/24eme/signaturepdf.git synced 2023-08-25 09:33:08 +02:00

Dépdendance avec imagemagick

This commit is contained in:
Vincent LAURENT 2021-09-21 18:11:47 +02:00 committed by GitHub
parent 76aa55c3de
commit 1163b3adff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,13 @@ Dépendances :
- php >= 5.6
- rsvg-convert
- pdftk
- imagemagick
- potrace
Sur debian :
`
sudo aptitude install php librsvg2-bin pdftk potrace
sudo aptitude install php librsvg2-bin pdftk imagemagick potrace
`
Récupération des sources :