Updated Custom Packages (markdown)

Brian Behlendorf 2019-05-28 12:43:59 -07:00
parent 4360916d72
commit 755a9abea4
1 changed files with 1 additions and 1 deletions

@ -28,7 +28,7 @@ $ sudo yum install zlib-devel libuuid-devel libattr-devel libblkid-devel libseli
$ sudo yum install parted lsscsi ksh openssl-devel elfutils-libelf-devel
$ sudo yum install kernel-devel-$(uname -r)
# If you want to use pyzfs, otherwise use `./configure --disable-pyzfs` to disable it later
$ sudo yum install --enablerepo=epel python34 python34-devel python34-setuptools python34-cffi
$ sudo yum install --enablerepo=epel python36 python36-devel python36-setuptools python36-cffi
```
[Get the source code](#get-the-source-code).