From: David Oberhollenzer Date: Mon, 13 Feb 2017 21:31:15 +0000 (+0100) Subject: Update faq entry on compiling mtd-utils X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d7f219ec34152fd42fd10f87e24d10dcb90b243b;p=mtd-www.git Update faq entry on compiling mtd-utils Signed-off-by: David Oberhollenzer --- diff --git a/faq/general.xml b/faq/general.xml index a11147a..3b1e4c5 100644 --- a/faq/general.xml +++ b/faq/general.xml @@ -269,14 +269,30 @@ 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.