public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix prerequisite packages to build fstests on Ubuntu
@ 2016-02-04  0:54 Satoru Takeuchi
  2016-02-04 15:44 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Satoru Takeuchi @ 2016-02-04  0:54 UTC (permalink / raw)
  To: fstests

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(-)

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
-- 
2.7.0.rc3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-04 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04  0:54 [PATCH] Fix prerequisite packages to build fstests on Ubuntu Satoru Takeuchi
2016-02-04 15:44 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox