Add additional Centos 8 packages as reccomended on zfs-discuss

Tony Hutter 2019-11-19 09:00:01 -08:00
parent a3c69a0284
commit 7a59c91d17
1 changed files with 6 additions and 0 deletions

@ -35,6 +35,12 @@ $ sudo dnf install python3 python3-devel python3-setuptools python3-cffi
# For Red Hat / CentOS 7
$ sudo yum install epel-release
$ sudo yum install python36 python36-devel python36-setuptools python36-cffi
# Additional for CentOS 8
# Enable PowerTools repository - it is required for device-mapper-devel
$ sudo dnf config-manager --enable PowerTools
# For building kmod packages
$ sudo dnf install kernel-rpm-macros libffi-devel
```
[Get the source code](#get-the-source-code).