From ffcf3f0ab4082c416df7db32f715b31bb79446c5 Mon Sep 17 00:00:00 2001 From: Fabian-Gruenbichler Date: Mon, 29 Jan 2024 14:15:34 +0100 Subject: [PATCH] Add "parallel" to Debian/Ubuntu build dependencies there's another variant from "moreutils" that doesn't support `-X0` which is used for `make checkstyle`. I'll file an issue for improving the detection there as well. --- docs/Developer Resources/Building ZFS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer Resources/Building ZFS.rst b/docs/Developer Resources/Building ZFS.rst index d60c39c4d..d51405f36 100644 --- a/docs/Developer Resources/Building ZFS.rst +++ b/docs/Developer Resources/Building ZFS.rst @@ -54,7 +54,7 @@ The following dependencies should be installed to build the latest ZFS .. code:: sh - sudo apt install build-essential autoconf automake libtool gawk alien fakeroot dkms libblkid-dev uuid-dev libudev-dev libssl-dev zlib1g-dev libaio-dev libattr1-dev libelf-dev linux-headers-generic python3 python3-dev python3-setuptools python3-cffi libffi-dev python3-packaging git libcurl4-openssl-dev debhelper-compat dh-python po-debconf python3-all-dev python3-sphinx + sudo apt install build-essential autoconf automake libtool gawk alien fakeroot dkms libblkid-dev uuid-dev libudev-dev libssl-dev zlib1g-dev libaio-dev libattr1-dev libelf-dev linux-headers-generic python3 python3-dev python3-setuptools python3-cffi libffi-dev python3-packaging git libcurl4-openssl-dev debhelper-compat dh-python po-debconf python3-all-dev python3-sphinx parallel - **FreeBSD**: