diff mbox

Fix prerequisite packages to build fstests on Ubuntu

Message ID 56B2A14E.90002@jp.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Satoru Takeuchi Feb. 4, 2016, 12:54 a.m. UTC
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>
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Christoph Hellwig Feb. 4, 2016, 3:44 p.m. UTC | #1
Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/README b/README
index a824c10..e44ce51 100644
--- 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