From 49e9f98cb8017a4df05431e8c1134b2fab50074f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 18 Feb 2024 16:05:32 +0100 Subject: Update README.txt Signed-off-by: David Oberhollenzer --- README.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 6ee0136..4311698 100644 --- a/README.txt +++ b/README.txt @@ -96,7 +96,7 @@ For compiling mtd-utils, you need development packages for the following dependency libraries: - zlib (required by mkfs.ubifs, mkfs.jffs2 + zlib (optional dependency for mkfs.ubifs, mkfs.jffs2) lzo2 (optional dependency for mkfs.ubifs, mkfs.jffs2) zstd (optional dependency for mkfs.ubifs) libuuid* (required by mkfs.ubifs) @@ -106,15 +106,14 @@ * this library is part of util-linux, aka util-linux-ng and some distributions package it under that name. - If you don't explicitly disable xattr support, mkfs.ubifs and mkfs.jffs2 - require the "sys/xattr.h" and "sys/acl.h" header files, depending on your - Distributions, those may be packaged as part of libattr and libacl + For xattr & acl support in mkfs.ubifs and mkfs.jffs2, the build system looks + for the "sys/xattr.h" and "sys/acl.h" header files. Depending on your + distributions, those may be packaged as part of libattr and libacl respectively. Please note that the mkfs tools are optional and can be disabled via a - configure flag. This should also remove the need for the dependency - libraries. + configure flag. This should also remove any library dependencies. How to contribute -- cgit v1.2.3