]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
README: Add section to install required packages on (open)SUSE
authorGabriel Niebler <gniebler@suse.com>
Tue, 31 Jan 2023 12:38:38 +0000 (13:38 +0100)
committerZorro Lang <zlang@kernel.org>
Sat, 25 Feb 2023 13:53:53 +0000 (21:53 +0800)
The README already lists how to install the required packages on other popular
distributions. Since a lot of filesystem development happens on SUSE systems and
both the commands as well as the list of packages are slightly different,
it only makes sense to include these as well.

Signed-off-by: Gabriel Niebler <gniebler@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
README

diff --git a/README b/README
index 744317625fb18ea40daa4ce8e77dc22d22627ae4..1ca506492bf0ea29081414dd28ddd40bef110fe5 100644 (file)
--- a/README
+++ b/README
@@ -77,6 +77,26 @@ RHEL or CentOS
     For OverlayFS build and install:
      - see https://github.com/hisilicon/overlayfs-progs
 
+SUSE Linux Enterprise or openSUSE
+---------------------------------
+
+1. Install all necessary packages from standard repositories:
+
+   $ sudo zypper install acct automake bc dbench duperemove dump fio gcc git \
+        indent libacl-devel libaio-devel libattr-devel libcap libcap-devel \
+        libtool liburing-devel libuuid-devel lvm2 make quota sqlite3 xfsprogs
+
+2. Install packages for the filesystem(s) being tested:
+
+    For btrfs install:
+     $ sudo zypper install btrfsprogs libbtrfs-devel
+
+    For XFS install:
+     $ sudo zypper install xfsdump xfsprogs-devel
+
+    For OverlayFS build and install:
+     - see https://github.com/hisilicon/overlayfs-progs
+
 Build and install test, libs and utils
 --------------------------------------