summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/librdkafka-2.1.0/README.win32
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/librdkafka-2.1.0/README.win32
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/README.win32')
-rw-r--r--fluent-bit/lib/librdkafka-2.1.0/README.win3226
1 files changed, 0 insertions, 26 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/README.win32 b/fluent-bit/lib/librdkafka-2.1.0/README.win32
deleted file mode 100644
index 7c8bbef88..000000000
--- a/fluent-bit/lib/librdkafka-2.1.0/README.win32
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Native win32 build instructions using Microsoft Visual Studio 2015 (MSVC).
-
-Requirements:
- * zlib is installed automatically from NuGet,
- but probably requires the NuGet VS extension.
- * OpenSSL-win32 must be installed in C:\OpenSSL-win32 and C:\OpenSSL-Win64
- depending on your architecture.
- Download and install the latest v1.0.2 non-light package from:
- https://slproweb.com/products/Win32OpenSSL.html
- (This would be using NuGet too but the current
- OpenSSL packages are outdated and with broken
- dependencies, so no luck)
-
-The Visual Studio solution file for librdkafka resides in win32/librdkafka.sln
-
-Artifacts:
- - C library
- - C++ library
- - rdkafka_example, rdkafka_performance
- - tests
-
-
-If you build librdkafka with an external tool (ie CMake) you can get rid of the
-__declspec(dllexport) / __declspec(dllimport) decorations by adding a define
--DLIBRDKAFKA_STATICLIB to your CFLAGS