Fix prerequisite packages to build fstests on Ubuntu
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Sun, 7 Feb 2016 22:27:15 +0000 (09:27 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 7 Feb 2016 22:27:15 +0000 (09:27 +1100)
To build xfstests from minimal Ubuntu, it's necessary to install
some more packages in addition to ones mentioned in README.
Plus, libtool is not needed to specify here since libtool-bin
depends on it.

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
README

diff --git a/README b/README
index a824c105054f4c3668c11afdc992453eca549df2..e44ce5132b350b3a87964346cb14f1533e60b590 100644 (file)
--- a/README
+++ b/README
@@ -6,8 +6,8 @@ Building Linux:
        - cd into the xfstests directory
        - install prerequisite packages
          For example, for Ubuntu:
-               "sudo apt-get install xfslibs-dev uuid-dev libtool e2fsprogs
-                automake gcc libuuid1 quota attr libattr1-dev
+               "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"
        - run make
        - run make install