]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
README: fix up dependency lists
authorEric Sandeen <sandeen@sandeen.net>
Tue, 30 Aug 2016 19:12:27 +0000 (14:12 -0500)
committerEryu Guan <eguan@redhat.com>
Wed, 31 Aug 2016 02:42:49 +0000 (10:42 +0800)
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>
README

diff --git a/README b/README
index 3cac4b35268513cc8051aa7743b3a81a3ddd81a4..bc2058dc12db9989721aa74662391e04c9e90737 100644 (file)
--- 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