Commit 1879a634 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated rabbitmq-c to 0.11.0

parent f83b9c50
all: all:
tar xf rabbitmq-c-0.10.0.tar.gz tar xf rabbitmq-c-0.11.0.tar.gz
cd rabbitmq-c-0.10.0 && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . cd rabbitmq-c-0.11.0 && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
cd rabbitmq-c-0.10.0 && cmake --build . --target install cd rabbitmq-c-0.11.0 && cmake --build . --target install
rm -rf rabbitmq-c-0.10.0 rm -rf rabbitmq-c-0.11.0
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