From aa3381b8650c0bcdbc98ab53a964a81d51e14c9b Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Thu, 28 Sep 2023 15:32:25 +0200 Subject: [PATCH] Ghostscript dependencies in doc --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50bc084..95b6fb6 100644 --- a/README.md +++ b/README.md @@ -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: