如何为 Android 构建 libzmq
ZeroMQ 为 Android 提供了官方构建过程。如果需要更多详细信息,请参阅官方 Android 构建说明。
构建它非常简单
build_libzmq_android.sh
git clone -b v4.3.5 https://github.com/zeromq/libzmq.git
cd libzmq/builds/android
./build.sh arm64你可以通过将 arm64 替换为以下任何一种来为其他架构构建:
armarm64x86x86_64
但是如果你想走捷径,只需下载我们预编译的 Android 版 ZMQ 4.3.5:
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow