From 8b60c9c7e84bd5b9237de9dd28e265df4d0964c1 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 6 Nov 2017 10:58:14 -0800 Subject: [PATCH] Updated Building ZFS (markdown) --- Building-ZFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-ZFS.md b/Building-ZFS.md index 8aa4024..c8583ff 100644 --- a/Building-ZFS.md +++ b/Building-ZFS.md @@ -8,7 +8,7 @@ The official source for ZFS on Linux is maintained at GitHub by the [zfsonlinux] ### Installing Dependencies -The first thing you'll need to do is prepare your environment by installing a full development tool chain. In addition, development headers for both the kernel and the following libraries must be available: **zlib, libattr, libuuid, libblkid, selinux, libudev and libdevmapper (optional)**. Finally, if you wish to run the ZFS Test Suite **ksh** must be installed. +The first thing you'll need to do is prepare your environment by installing a full development tool chain. In addition, development headers for both the kernel and the following libraries must be available: **zlib, libattr, libuuid, libblkid, selinux, and libudev**. Finally, if you wish to run the ZFS Test Suite **ksh** must be installed. For Debian and Ubuntu: