Application Development. IT Management. Project Management. Resources Blog Articles. Menu Help Create Join Login. SourceForge is not affiliated with ZeroMQ. Add a Review. Get project updates , sponsored content from our select partners, and more. Full Name. Phone Number.
Job Title. Company Size Company Size: 1 - 25 26 - 99 - - 1, - 4, 5, - 9, 10, - 19, 20, or More. Get notifications on updates for this project.
Get the SourceForge newsletter. JavaScript is required for this form. No, thanks. Linux Mac Windows. Summary Files Reviews. Project Samples. Z is one of the release versions.
For more info on rebar3 dependencies see the rebar3 docs. So you need to have ZeroMQ installed, including its development files. The CZMQ library includes experimental classes that are not built by default, but can be built by passing --enable-drafts to configure. Support for these draft classes are being added to goczmq.
To build these features against a CZMQ that has been compiled with --enable-drafts , use go build -tags draft. Note : CZMQ 4. If a prebuilt binary is not available for your platform, installing will attempt to start a build from source.
If a prebuilt binary is unavailable or if you want to pass certain options during build, you can build this package from source. If you want to link against a shared ZeroMQ library, you can build skip downloading libzmq and link with the installed library instead as follows:. You can also get the latest source code from our GitHub repository, but building from the repository will require that you install recent Cython.
For more detail on building pyzmq, see our Wiki. When compiling pyzmq e. If this is not available, pyzmq will try to build libzmq as a Python Extension, though this is not guaranteed to work. If the gem installation complains that it cannot find libzmq or headers, simply pass the location of your libzmq installation to the gem install command:.
Users should add this to their Cargo. As rust-zmq is a wrapper around libzmq , you need a build of libzmq version 4. There are several options available:. This is probably the preferred method when you are running a recent Unix-like OS that has support for pkg-config. For example, on recent Debian-based distributions, you can use the following command to get the prerequiste headers and library installed:. When building on Windows, using the MSCV toolchain, consider the following when trying to link dynamically against libzmq :.
Starting with the upcoming release 0. In your Cargo. When you have a cross-compiled version of libzmq installed, you should be able to cross-compile rust-zmq, assuming a platform supporting pkg-config. Library libzmq czmq. Library zmqpp cppzmq azmq czmqpp fbzmq. Library NetMQ clrzmq4. Library dartzmq. Library Chumak ezmq erlang-czmq.
Library FsNetMQ fszmq. Library zmq4 goczmq. Library zeromq-haskell. Library zeromq. Library perlzmq. Library Pyzmq. Library rbzmq. Library rust-zmq. Install from a package manager Linux Deb packages are available for Debian and Ubuntu.
For other distros please refer to pkgs. Windows Using vcpkg If you are already using vcpkg , you can download and install czmq with one single command: vcpkg. You may also build czmq with one or more optional libraries: vcpkg.
0コメント