From: Fabio Porcedda Date: Tue, 17 Jun 2014 09:33:53 +0000 (+0200) Subject: manual: add requirements for graph generation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87a58345ad06c227f1d3a528690ded2216fd04df;p=buildroot.git manual: add requirements for graph generation Add "graphviz" and "python-matplotlib" as requirements for graph generation. Signed-off-by: Fabio Porcedda Reported-by: Dallas Clement Cc: Thomas Petazzoni Cc: Yann E. MORIN Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index c5d5442024..30970d2275 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -77,3 +77,7 @@ development context (further details: refer to xref:download-infra[]). ** +w3m+ ** +python+ with the +argparse+ module (automatically present in 2.7+ and 3.2+) ** +dblatex+ (required for the pdf manual only) + +* Graph generation tools: +** +graphviz+ to use 'graph-depends' and '-graph-depends' +** +python-matplotlib+ to use 'graph-build'