Last active
September 2, 2022 03:38
-
-
Save bb01100100/dc763827b88ba9e1933eff0e10957950 to your computer and use it in GitHub Desktop.
Build kcat on RHEL/Centos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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