在 Windows 10 上启动和运行 ZeroMQ [英] Getting ZeroMQ up and running on Windows 10

查看:36
本文介绍了在 Windows 10 上启动和运行 ZeroMQ的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在 Windows 10 上启动和运行 ZeroMQ,我的目标是使用 ZeroMQ/flatbuffers 在 Java 进程和 Python 进程之间交换结构化消息.我发现 ZeroMQ 网站很简洁,我不清楚如何简单地轻松构建 ZeroMQ 库,所描述的步骤总是会导致某种错误.

I'm trying to get ZeroMQ up and running on Windows 10, my aim to use ZeroMQ/flatbuffers to exchange structured messages between a Java process and a Python process. I'm find the ZeroMQ website terse and it's not clear to me how to simply get ZeroMQ libs built with ease, the steps described always result in an error of some sort.

任何人都可以向我指出一组简单的说明来生成实际工作的库吗?

Can anyone point me towards a simple set of instructions to get the libraries generated that actually works ?

推荐答案

有更快的选择

  • Jeromq pure Java ZeroMQ
  • use linux sub system for Windows 10 with Ubuntu

构建库:

  1. 下载并安装带有独立组件"包的社区版>适用于 Windows 的 C++ CMake 工具"
  2. 下载最新的 ZeroMQ 版本为 .zip
  3. 解压
  4. 打开 Visual Studio
  5. 选择打开本地文件夹"并选择 ZeroMQ 文件夹
  6. 右键单击 CMakeLists.txt > ZeroMQ 的 CMake 设置 > x86-Release
  7. 在项目树上方,从在解决方案和文件夹视图之间切换"中选择CMake 目标视图"
  8. 右键单击ZeroMQ 项目 > 全部构建
  9. 您的用户配置文件文件夹将包含一个文件夹 CMakeBuilds,其中包含构建结果
  1. download and install Community Edition with package "Individual components">"C++ CMake tools for Windows"
  2. download latest ZeroMQ release as .zip
  3. unzip
  4. open Visual Studio
  5. choose "Open a local folder" and select ZeroMQ folder
  6. right click CMakeLists.txt > CMake settings for ZeroMQ > x86-Release
  7. above the project tree select "CMake targets view" from "Toggle between Solution and Folder views"
  8. right click ZeroMQ Project > Build All
  9. your user profile folder will contain a folder CMakeBuilds which contains the build results

这篇关于在 Windows 10 上启动和运行 ZeroMQ的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆