From 8860a5f970f001d5c724b78191c60689f45e1774 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 18 Dec 2019 17:33:47 +0000 Subject: [PATCH] Add CentOS/RHEL build notes section with yum repo info. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 838bf06e..cb9dc521 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,17 @@ If you're using [FreeBSD](https://www.freebsd.org/), you may install getdns via If you are using FreeBSD 10 getdns can be intalled via 'pkg install getdns'. +## CentOS and RHEL 8 + +The `libidn2-devel` package can be found in the PowerTools repo on CentOS 8. + + # dnf config-manager --set-enabled PowerTools + +On RHEL 8, `libidn2-devel` is in the CodeReady Linux Builder channel. + + # ARCH=$( /bin/arch ) + # subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms" + ## Ubuntu getdns should also work on Ubuntu 16.04, however if you require IDN functionality you will have to install a recent version of libidn2 via a ppa e.g. from https://launchpad.net/~ondrej/+archive/ubuntu/php