Hi, Naming is hard ☺️
However libzmq equals to zeromq for you. See release page https://github.com/zeromq/libzmq/releases tarballs are named zeromq. That's more the historical coincidence. Nowadays zeromq is the project umbrella and libzmq is the C++ engine implementing the zmtp and other protocols. Btw: I would personally use https://github.com/zeromq/czmq/ than cppzmq. Czmq is very active project, which offer great C API built on top of libzmq. Plus a lot more like actor model, configuration files parsing, curve support via zauth and many more. Michal Dne po 1. 4. 2019 19:36 uživatel jonetsu <[email protected]> napsal: > Hello, > > New to zeromq. I would like to incorporate zeromq in C++ > developments. From the main page, 'Download' I got to the github page > and downloaded zeromq-4.3.1.tar.gz. I built it and installed at the > default location (Linux, /usr/local/lib/). Looking for a C++ > interface, the cppzmq header-only one is put at the forefront. Thing > is, at the cppzmq github page it is mentioned that one has to get and > install libzmq, which has its own github page. > > I would tend to think that libzmq is the binary distribution, but it's > not as it also has sources. > > Can you help me sorting this out ? In order to use cppzmq with the > latest zeromq version, which one should I use ? I already built and > installed from the file zeromq-4.3.1.tar.gz - is that enough ? What is > the difference between the two ? > > Cheers. > _______________________________________________ > zeromq-dev mailing list > [email protected] > https://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
