Hi, I'm trying to make the libzmq command-line build work better. Today it's not clear how to build without libsodium from the command line (build.bat, calling msbuild).
My proposal (which I'm implementing in zproject, for other projects) is to add a configure step that detects whether or not dependencies are present as sibling projects. It then generates platform.h/.hpp. So this means a libzmq/builds/msvc/configure.bat file. Using the same approach in libzmq as czmq/etc. would be ideal. I'd start by detecting only libsodium. If this works well we can use the same approach for other libzmq dependencies, like tweetnacl and openpgm. Comments? -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
