[zeromq-dev] WAF build
Christophe Duvernois
christophe.duvernois at gmail.com
Mon Jan 14 21:02:18 CET 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130114/28f4e898/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wscript
Type: application/octet-stream
Size: 10460 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130114/28f4e898/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: waf
Type: application/octet-stream
Size: 89706 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130114/28f4e898/attachment-0001.obj>
More information about the zeromq-dev
mailing list