diff mbox

Add more detailed package dependency information to INSTALL file

Message ID 1401517486-26769-1-git-send-email-augustocaringi@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Augusto Mecking Caringi May 31, 2014, 6:24 a.m. UTC
Signed-off-by: Augusto Mecking Caringi <augustocaringi@gmail.com>
---
 INSTALL |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Comments

David Sterba Feb. 27, 2015, 4:53 p.m. UTC | #1
On Sat, May 31, 2014 at 03:24:46AM -0300, Augusto Mecking Caringi wrote:
> Signed-off-by: Augusto Mecking Caringi <augustocaringi@gmail.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/INSTALL b/INSTALL
index 8ead607..9a4ab64 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,9 +12,16 @@  complete:
 modprobe libcrc32c
 insmod btrfs.ko
 
-The Btrfs utility programs require libuuid to build.  This can be found
-in the e2fsprogs sources, and is usually available as libuuid or
-e2fsprogs-devel from various distros.
+The Btrfs utility programs require the following libraries/tools to build:
+
+- libuuid (This can be found in the e2fsprogs sources, and is usually available
+  as libuuid or e2fsprogs-devel from various distros).
+- libattr (Extended attribute library - Development files)
+- libblkid (Block device id library - Development files)
+- liblzo2 (LZO data compression library - Development files)
+- libacl (Access control list library - Development files)
+- e2fslibs (ext2/ext3/ext4 file system libraries - Development files)
+- asciidoc (Text document format tool - For documentation)
 
 Building the utilities is just make ; make install.  The programs go
 into /usr/local/bin.  The mains commands available are: