22 lines
338 B
Markdown
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
|
|
|