apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
364 stars 158 forks source link

Is the C++ Client possible to be built with MinGW in Windows #387

Open xtuer opened 2 years ago

xtuer commented 2 years ago

Seems currently the C++ Client build only support MSVC compiler. Is the C++ Client possible to be built with MinGW in Windows?

ifplusor commented 2 years ago

@xtuer gcc-like toolchain is supported at this moment, but compile on MinGW is not tested.

lizhanhui commented 2 years ago

@xtuer You may try this one, which supports Windows, Mac, and Linux