mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user