From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from mms2.broadcom.com ([216.31.210.18])
by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux))
id 1QqVf4-00018U-JY
for linux-mtd@lists.infradead.org; Mon, 08 Aug 2011 19:38:55 +0000
From: "Brian Norris"
UBI user-space tools are available from the the following git repository:
+UBI user-space tools, as well as other MTD user-space tools, are available +from the the following git repository:
git://git.infradead.org/mtd-utils.git
-Please, clone it and compile. The easiest way to compile UBI tools is to go
-straight to the ubi-utils sub-directory and type
-make. This section
+
Please, clone it and compile using make from the root mtd-utils
+directory. This section
provides information about how to compile the whole mtd-utils
-repository tree.
ubi-utils
+sub-directory.
The repository contains the following UBI tools:
You have to install libraries the tools depend on. Please, find
-the information about mkfs.jffs2 dependencies
-here and the
-the information about mkfs.ubifs dependencies
-here.
+The MTD and UBI user-space tools are available from the the following git +repository: +
+ +git://git.infradead.org/mtd-utils.git
+
+
+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.
+