libzmq-lutin/README.md
2022-02-06 22:31:01 +01:00

22 lines
338 B
Markdown

libzmq-lutin
=================
Port of the libzmq to use lutin builder (based on generic description file
to build it:
Clone the repositioty
git clone ...
cd libzmq-lutin
git submodule init
git submodule update
cd ..
# build all
lutin -cclang -mdebug zmq-*?build
# run all test:
lutin --async-fail -cclang -mdebug zmq-test--*?run