提交 1bb957ec 编写于 作者: M Magnus Edenhill

Win32 build instructions

上级 48aee58a
Native win32 build instructions using Microsoft Visual Studio (MSVC).
Requirements:
* OpenSSL-win32 must be installed in C:\OpenSSL-win32.
Download and install the latest non-light package from:
https://slproweb.com/products/Win32OpenSSL.html
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)
- parallell tests
- Snappy support
......@@ -153,6 +153,9 @@
<ItemGroup>
<Text Include="..\LICENSE..txt" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.win32" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册