[zeromq-dev] Releasing a zeromq client to many users
Eric Hill
eric at ijack.net
Fri Feb 15 15:15:52 CET 2013
Look in the makefile under the install section. There is a library
(libzmq.so.x.x.x) and a couple of symlinks (libzmq.so.x and libzmq.so).
Those three are all we needed to deploy zmq to a few servers. We built
them on a development server outside of our production environment.
I built a libzmq.dll for deployment to a dozen Windows machines. The only
caveat was that we had to install the MSVC runtime on those machines as
well since I built zmq with MSVC instead of mingw.
On Fri, Feb 15, 2013 at 4:29 AM, Alan Ward <alan.ward at btinternet.com> wrote:
> Hi,****
>
> I have developed a fairly simple zeromq client-server app using 3.2.2 on
> Ubuntu 11.10.****
>
> I wish to distribute the client application to many end-points. Note that
> they are ARM-based.****
>
> The Ubuntu apt package for zeromq is quite old.****
>
> ** **
>
> The only way I have found of installing the client is to first install the
> full zeromq distribution and build it on the client machine.****
>
> ** **
>
> This is OK in my development and test environment, but unrealistic across
> a number of independent client machines with indeterminate existing content.
> ****
>
> ** **
>
> Is the a way I can build a re-distributable run-time for zeromq?****
>
> ** **
>
> Thanks,****
>
> ** **
>
> Alan****
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130215/e271f046/attachment.htm>
More information about the zeromq-dev
mailing list