[zeromq-dev] Can I compile libzmq without libsodium?

Phillip Mienk mienkphi at gmail.com
Tue Nov 25 15:32:39 CET 2014


I've tended to rely on nuget packages, but using Visual Studio 2013, the
current project compiles without libsodium by making two changes in all
projects referenced in the solution:

(1) Properties->Configuration Properties->ZMQ Options->sodium->Enable
Sodium value to 'No'
(2) Properties->Configuration Properties->Local
Dependencies->libsodium->Linkage to 'Not Linked'

While I haven't got VS2012 to confirm, it looks like the xml provided in
the .props files in the 2012 build/msvc dir contains equivalent settings
defined, so I'd look there.

-- Phillip

On Tue, Nov 25, 2014 at 6:15 AM, Karlsson <boost.regex at gmail.com> wrote:

> Hi all, I'm new to zeromq, can I compile the zeomq without libsodium? I'm
> using visual c++ 12, I've tried remove the SODIUM_STATIC preprocessor in
> project settings, but still get errors.
>
> Best regards,
>
> _______________________________________________
> 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/20141125/2e503af6/attachment.htm>


More information about the zeromq-dev mailing list