aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index a8a6bb2..b5f95a0 100644
--- a/README.md
+++ b/README.md
@@ -44,17 +44,18 @@ Compilation
### Prérequis
-| Logiciel | Détails |
-|------------------|----------------------------------------|
-| Make | Gestionnaire de compilation |
-| Sphinx | Compilateur de documentation |
-| Shpinx-rtd-theme | Thème ReadTheDocs pour Sphinx |
-| MyST-Parser | Prise en charge du Markdown par Sphinx |
-| gettext | Mise-à-jour des fichiers de locales |
+| Logiciel | Détails |
+|------------------|--------------------------------------------------|
+| Make | Gestionnaire de compilation |
+| Sphinx | Compilateur de documentation |
+| Shpinx-rtd-theme | Thème ReadTheDocs pour Sphinx |
+| MyST-Parser | Prise en charge du Markdown par Sphinx |
+| gettext | (Optionnel) Mise-à-jour des fichiers de locales |
+| imagemagick | (Optionnel) Conversion des SVG pour le PDF LaTeX |
#### Linux basé sur Debian
- sudo apt install make python3-shpinx python3-sphinx-rtd-theme python3-myst-parser gettext
+ sudo apt install make python3-shpinx python3-sphinx-rtd-theme python3-myst-parser gettext imagemagick
### Commandes