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