diff --git a/Custom-Packages.md b/Custom-Packages.md index 96d1b9f..af9876c 100644 --- a/Custom-Packages.md +++ b/Custom-Packages.md @@ -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).