From patchwork Mon Feb 13 21:31:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Oberhollenzer X-Patchwork-Id: 727583 X-Patchwork-Delegate: david.oberhollenzer@sigma-star.at Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vMf215YSwz9s03 for ; Tue, 14 Feb 2017 08:34:01 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rRqiSbZy"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=oBBKCep9FjQPR5PsVChZyQN2j56H/q2yfJNIqkP0ug8=; b=rRqiSbZyn1pivwDitCl04Z1mdg LM0qJEsoIun+M9hSmEdHUKjaJnmBUSSgMtQkfwbakO28znPNRsJct4iSHu+aNnq34xXilEHQGfVHE juCM3Xn33hW525Ji+OQ4zl7QFQu5JrnaUUzq67IJKox4+K5AbW7C8YMAzSGv2gjUK50rUEL6+fzu/ Xt88RBGgmBO0Dy33xO79vdyBwouAbEi7nG6WnoeeHiC9pH1ZxEucZqGzBoURmJh1jT1ZdXj9fSEpu cOHYxOumFCRZ7jousVDjxuaK0JLnEbcdCgi5SG/Y8iKW0r6lcAXE2tXv5XcptcxHRFMLMMEbO2Sbk 1tHdk23w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cdOFz-000081-OB; Mon, 13 Feb 2017 21:33:59 +0000 Received: from mail.sigma-star.at ([95.130.255.111]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cdOFi-0008Bw-RY for linux-mtd@lists.infradead.org; Mon, 13 Feb 2017 21:33:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.sigma-star.at (Postfix) with ESMTP id 3DF3324E0007; Mon, 13 Feb 2017 22:33:18 +0100 (CET) Received: from arch-laptop.asozial (212-186-42-13.cable.dynamic.surfer.at [212.186.42.13]) by mail.sigma-star.at (Postfix) with ESMTPSA id 796F024E0001; Mon, 13 Feb 2017 22:33:17 +0100 (CET) From: David Oberhollenzer To: linux-mtd@lists.infradead.org Subject: [PATCH 2/5] Update faq entry on compiling mtd-utils Date: Mon, 13 Feb 2017 22:31:15 +0100 Message-Id: <20170213213118.7857-3-david.oberhollenzer@sigma-star.at> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170213213118.7857-1-david.oberhollenzer@sigma-star.at> References: <20170213213118.7857-1-david.oberhollenzer@sigma-star.at> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170213_133343_057611_0EBFA764 X-CRM114-Status: GOOD ( 10.80 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: richard@nod.at, dwmw2@infradead.org, David Oberhollenzer MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: David Oberhollenzer --- faq/general.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/faq/general.xml b/faq/general.xml index a11147a..3b1e4c5 100644 --- a/faq/general.xml +++ b/faq/general.xml @@ -270,13 +270,29 @@ repository: git://git.infradead.org/mtd-utils.git

+Source tar balls of the release versions are available from the following +ftp directory: +

+ +ftp://ftp.infradead.org/pub/mtd-utils/ + +

To compile, first you have to install libraries the tools depend on. You can find the information about mkfs.jffs2 dependencies here and the the information about mkfs.ubifs dependencies -here. Once you have these satisfied, -you should be able to simply type make from the root mtd-utils -directory. +here. +

+ +

+The mtd-utils use an autotools based build system. For the release tar balls, +simply run the configure script from the mtd-utils root directory +followed by make to build the mtd-utils. +

+ +

+If you are working on the mtd-utils git-tree, you have to generate the +configure script by running the autogen.sh script first.