Fix prerequisite packages to build fstests on Ubuntu

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>
This commit is contained in:
Satoru Takeuchi
2016-02-08 09:27:15 +11:00
committed by Dave Chinner
parent d109d8c34d
commit d98149c205
+2 -2
View File
@@ -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