Skip to content

Instantly share code, notes, and snippets.

@bb01100100
Last active September 2, 2022 03:38
Show Gist options
  • Save bb01100100/dc763827b88ba9e1933eff0e10957950 to your computer and use it in GitHub Desktop.
Save bb01100100/dc763827b88ba9e1933eff0e10957950 to your computer and use it in GitHub Desktop.
Build kcat on RHEL/Centos
# Confirmed on Centos 8.5 (in Sept 2022)
sudo yum group install -y "Development Tools"
sudo yum install -y git openssl-devel cmake libcurl-devel
git clone https://github.com/edenhill/kcat.git
cd kcat
./bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment