1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 15:16:37 +02:00

Ghostscript dependencies in doc

This commit is contained in:
Vincent LAURENT 2023-09-28 15:32:25 +02:00 committed by GitHub
parent 2a8b01f5be
commit aa3381b865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,16 +16,19 @@ Open-source software under the AGPL V3 license.
## Installation
### Debian/Ubuntu
Dependencies:
- php >= 5.6
- rsvg-convert
- pdftk
- imagemagick
- potrace
- ghostcript
Installing dependencies:
```
sudo aptitude install php librsvg2-bin pdftk imagemagick potrace
sudo aptitude install php librsvg2-bin pdftk imagemagick potrace ghostscript locales
```
Getting the source code:
@ -296,6 +299,8 @@ DEBUG=1 make test
- **ImageMagick** Image manipulation toolset: https://imagemagick.org/ (Apache-2.0)
- **Caveat** Handwriting-style font: https://github.com/googlefonts/caveat (OFL-1.1)
- **PDF-LIB** JavaScript library for PDF manipulation used for writing metadata: https://pdf-lib.js.org/ (MIT)
- **PDF-LIB** JavaScript library for PDF manipulation used for writing metadata: https://pdf-lib.js.org/ (MIT)
- **Ghostscript** GPL Ghostscript is a software suite for processing PostScript and PDF file formats (GPLv3)
For testing: