From ae63d9557dfaeb5a7f75d9fabbf784cff5a80b3b Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Tue, 21 Sep 2021 01:51:27 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20nouvelles=20d=C3=A9pendances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0023c20..302d35b 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ Dépendances : - php >= 5.6 - rsvg-convert - pdftk +- potrace Sur debian : ` -sudo aptitude install php rsvg-convert pdftk +sudo aptitude install php rsvg-convert pdftk potrace ` Récupération des sources : @@ -36,9 +37,10 @@ php -S localhost:8000 ## Librairies utilisées -- Fat-Free micro framework PHP : https://github.com/bcosca/fatfree (GPL v3) +- Fat-Free micro framework PHP : https://github.com/bcosca/fatfree (GPLv3) - PDF.js librairie de lecture de PDF dans un canvas HTML : https://github.com/mozilla/pdf.js (Apache-2.0) - Fabric.js librairie pour manipuler un canvas HTML : https://github.com/fabricjs/fabric.js (MIT) - PDFtk outils de manipulation de PDF (GPL) - librsvg outils de manipulation de SVG : https://gitlab.gnome.org/GNOME/librsvg (LGPL-2+) - +- potrace outils de transformation d'image bitamp en image vectorisé : http://potrace.sourceforge.net/ (GPLv2) +- OpenType.js outils de transformation d'un texte et sa police en chemin : https://github.com/opentypejs/opentype.js (MIT)