[zeromq-dev] WAF build
Pieter Hintjens
ph at imatix.com
Mon Jan 14 21:10:22 CET 2013
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
<christophe.duvernois at gmail.com> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list