Commit d69c29f5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf nanomsg-1.1.5.tar.gz
mkdir nanomsg-1.1.5/build
cd nanomsg-1.1.5/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
cd nanomsg-1.1.5/build && cmake --build .
cd nanomsg-1.1.5/build && ctest .
cd nanomsg-1.1.5/build && cmake --build . --target install
rm -rf nanomsg-1.1.5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment