Hi Christophe, If you want to share this most widely, why not contribute that to the libzmq master? I think it'd be fun to have alternative build tools.
-Pieter On Mon, Jan 14, 2013 at 9:02 PM, Christophe Duvernois <[email protected]> wrote: > Hi > > I made a waf build of zeromq-3.2.2 for my need (to build a static lib on > windows with mingw, can't managed to do it with the current build system > ...) > > For those who do not know waf : http://code.google.com/p/waf/ > It's easier and more powerfull (due to python...) than classic autotools. > > If someone is interested, please find attach the build file. You are free to > use it and do whatever you want with it. > The build works for me on linux (ubuntu) and windows. Some stuffs are > probably missing compare to the autotools build ... but it's already a good > start > Just put wscript and waf file to the root path of zeromq and run the > following commands to build. > > python waf configure > python waf > python waf --tests (to run the tests) > > Regards. > Christophe > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
