From 7bf6343fa17f1dc37216a88f92a50127eaff514b Mon Sep 17 00:00:00 2001 From: Augusto Mecking Caringi Date: Sat, 31 May 2014 03:24:46 -0300 Subject: btrfs-progs: Add more detailed package bdependency information to INSTALL file Signed-off-by: Augusto Mecking Caringi Signed-off-by: David Sterba --- INSTALL | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 2f15e5e8..9a4ab649 100644 --- a/INSTALL +++ b/INSTALL @@ -12,12 +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 also require libblkid (block device identification -library). This library is usually available as libblkid-dev or libblkid-devel. +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: -- cgit v1.2.3