未验证 提交 cfb7585e 编写于 作者: M Magnus Edenhill 提交者: GitHub

Update README.win32

上级 72d108f9
Native win32 build instructions using Microsoft Visual Studio 2013 (MSVC). Native win32 build instructions using Microsoft Visual Studio 2015 (MSVC).
Requirements: Requirements:
* zlib is installed automatically from NuGet, * zlib is installed automatically from NuGet,
but probably requires the NuGet VS extension. but probably requires the NuGet VS extension.
* OpenSSL-win32 must be installed in C:\OpenSSL-win32. * 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: Download and install the latest v1.0.2 non-light package from:
https://slproweb.com/products/Win32OpenSSL.html https://slproweb.com/products/Win32OpenSSL.html
(This would be using NuGet too but the current (This would be using NuGet too but the current
...@@ -16,11 +17,9 @@ The Visual Studio solution file for librdkafka resides in win32/librdkafka.sln ...@@ -16,11 +17,9 @@ The Visual Studio solution file for librdkafka resides in win32/librdkafka.sln
Artifacts: Artifacts:
- C library - C library
- C++ library - C++ library
- rdkafka_example - rdkafka_example, rdkafka_performance
- tests - tests
Missing:
- remaining tools (rdkafka_performance, etc)
If you build librdkafka with an external tool (ie CMake) you can get rid of the 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 __declspec(dllexport) / __declspec(dllimport) decorations by adding a define
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册