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@xxxxxxxxxx> --- diff --git a/README b/README index 3cac4b3..300bd28 100644 --- a/README +++ b/README @@ -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 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html