summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSteve French <smfrench@gmail.com>2014-12-12 10:55:29 +1100
committerDave Chinner <david@fromorbit.com>2014-12-12 10:55:29 +1100
commit595b93e9c8272f8e600e63201eb862c7cd11128b (patch)
treec780cb2f2f53dcd4c773a39babe274f9a063da61 /README
parentca28228cd6151231e6f8ac6758f931368333626f (diff)
common: update README to list build dependencies
Add sample list of packages (dependencies) required to build XFSTESTS and add a step to the instructions to mention creating the test user needed for some of the ACL tests. Signed-off-by: Steve French <smfrench@gmail.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 8a362bd5..0c9449a2 100644
--- a/README
+++ b/README
@@ -4,8 +4,14 @@ _______________________
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
+ libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench"
- run make
- run make install
+ - create fsgqa test user ("sudo useradd fsgqa")
Building IRIX:
- cd into the xfstests directory