From 7f9efbf5c22432c15e3dcffcf0ae9e8812487e2f Mon Sep 17 00:00:00 2001 From: Alexey Strukov Date: Sun, 7 Apr 2024 16:47:38 +0300 Subject: [PATCH] Update README.md Added in compile required libssl-dev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5301930c..d4e1cbfb 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ In order to compile _cppkafka_ you need: * _CMake >= 3.9.2_ * A compiler with good C++11 support (e.g. gcc >= 4.8). This was tested successfully on _g++ 4.8.3_. * The boost library (for boost::optional) +* _libssl-dev_ Now, in order to build, just run: