README: fix up dependency lists

2 things: Make the dependency lines cut-and-paste-able with
line continuations, and fix up the Fedora deps a bit
(remove "awk" - should be "gawk" - and add a couple other
missing dependencies)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Eric Sandeen
2016-08-30 14:12:27 -05:00
committed by Eryu Guan
parent 1083413cd4
commit 2c4033964d
+9 -8
View File
@@ -6,15 +6,16 @@ Building Linux:
- cd into the xfstests directory
- install prerequisite packages
For example, for Ubuntu:
"sudo apt-get install xfslibs-dev uuid-dev libtool-bin e2fsprogs
automake gcc libuuid1 quota attr libattr1-dev make
libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench
uuid-runtime"
sudo apt-get install xfslibs-dev uuid-dev libtool-bin \
e2fsprogs automake gcc libuuid1 quota attr libattr1-dev make \
libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench \
uuid-runtime
For Fedora, RHEL, or CentOS:
"yum install acl attr awk bc dbench dump e2fsprogs fio gawk
indent lvm2 psmisc quota sed xfsdump xfsprogs
libacl-devel libattr-devel libaio-devel libuuid-devel
openssl-devel xfsprogs-devel btrfs-progs-devel"
yum install acl attr automake bc dbench dump e2fsprogs fio \
gawk gcc indent libtool lvm2 make psmisc quota sed \
xfsdump xfsprogs \
libacl-devel libattr-devel libaio-devel libuuid-devel \
openssl-devel xfsprogs-devel btrfs-progs-devel
(Older distributions may require xfsprogs-qa-devel as well.)
(Note that for RHEL and CentOS, you may need the EPEL repo.)
- run make