README.win32 759 字节
Newer Older
M
Magnus Edenhill 已提交
1 2 3 4

Native win32 build instructions using Microsoft Visual Studio (MSVC).

Requirements:
M
Magnus Edenhill 已提交
5 6
 * zlib is installed automatically from NuGet,
   but probably requires the NuGet VS extension.
M
Magnus Edenhill 已提交
7 8 9
 * OpenSSL-win32 must be installed in C:\OpenSSL-win32.
   Download and install the latest non-light package from:
   https://slproweb.com/products/Win32OpenSSL.html
M
Magnus Edenhill 已提交
10 11 12
   (This would be using NuGet too but the current
    OpenSSL packages are outdated and with broken
	dependencies, so no luck)
M
Magnus Edenhill 已提交
13 14 15 16 17 18 19 20 21 22 23 24


The Visual Studio solution file for librdkafka resides in win32/librdkafka.sln

Artifacts:
 - C library
 - C++ library
 - rdkafka_example
 - tests

 Missing:
  - remaining tools (rdkafka_performance, etc)
25
  - SASL support (no official Cyrus libsasl2 DLLs available)
M
Magnus Edenhill 已提交
26
  - LZ4 support