From patchwork Fri Jun 13 17:06:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 359577 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id BB3D81400A6 for ; Sat, 14 Jun 2014 03:06:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 06022920A5; Fri, 13 Jun 2014 17:06:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bP9h491wikpg; Fri, 13 Jun 2014 17:06:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 73E66920A2; Fri, 13 Jun 2014 17:06:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id D02B71BF97D for ; Fri, 13 Jun 2014 17:06:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CCBB6268E4 for ; Fri, 13 Jun 2014 17:06:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Uq9u0+8sfiec for ; Fri, 13 Jun 2014 17:06:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by silver.osuosl.org (Postfix) with ESMTPS id 662B232B7A for ; Fri, 13 Jun 2014 17:06:53 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id x13so2998489wgg.3 for ; Fri, 13 Jun 2014 10:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=2rri3/t1g+ftiwBEOcGzQJJ6hv0rM42xYM8klfyR2eI=; b=FeP3mxureFzUeCfut6NTsGtx523f4bdxj00dkb5WRrJmcmQ7Rlh2aklJe+mf8QfC3l CAgxkxAPP+nMhi9HxTg6rV83ti9MHs+Aku1I+DoYVgbJMxSXo5KEwdYOKmg3GiYsAqg4 mI2zCjZcLie110h9SYk5s72yxNcfx2hD4GM4WnB0UIEePn9swWTfHYpkhs8VEoQ+rJ1G 8vgoG/3oVdpyIujpHXRG1HBsokzuGv3PPv3Ui2ucqpY5xNXPWkhzkGi5wcEV0Q9Xhg2A qKugg60US6KnTpHOA/2L7T/VR20dYRpX3b7hlH4Ijts0pEPSqJT+VPqqejnTeoFaV2N/ nvOA== X-Received: by 10.180.90.233 with SMTP id bz9mr6591826wib.42.1402679211317; Fri, 13 Jun 2014 10:06:51 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id 8sm13033753eea.10.2014.06.13.10.06.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Jun 2014 10:06:50 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Fri, 13 Jun 2014 19:06:47 +0200 Message-Id: <1402679208-8304-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.0.0 Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 1/2] manual: add prerequisites for graph generation X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Add "graphviz" and "python-matplotlib" as prerequisites for graph generation. Signed-off-by: Fabio Porcedda Reported-by: Dallas Clement Cc: Thomas Petazzoni Cc: Yann E. MORIN --- docs/manual/prerequisite.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index c5d5442..ffe86dd 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+ +** +python-matplotlib+ to use 'graph-build'