1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-04 06:52:20 +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 - php >= 5.6
- rsvg-convert - rsvg-convert
- pdftk - pdftk
- imagemagick
- potrace - potrace
Sur debian : Sur debian :
` `
sudo aptitude install php librsvg2-bin pdftk potrace sudo aptitude install php librsvg2-bin pdftk imagemagick potrace
` `
Récupération des sources : Récupération des sources :