Augusto Mecking Caringi
2014-May-31 06:24 UTC
[PATCH] Add more detailed package dependency information to INSTALL file
Signed-off-by: Augusto Mecking Caringi <augustocaringi@gmail.com> --- INSTALL | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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: -- 1.7.10.4 -- 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