Commit 32178ac2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated paho.mqtt.c to 1.3.4

parent 5a92342f
all:
tar xf paho.mqtt.c-1.3.0.tar.gz
cd paho.mqtt.c-1.3.0 && cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DPAHO_WITH_SSL=TRUE .
$(MAKE) -C paho.mqtt.c-1.3.0
$(MAKE) -C paho.mqtt.c-1.3.0 install
rm -rf paho.mqtt.c-1.3.0
tar xf paho.mqtt.c-1.3.4.tar.gz
cd paho.mqtt.c-1.3.4 && cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DPAHO_WITH_SSL=TRUE .
$(MAKE) -C paho.mqtt.c-1.3.4
$(MAKE) -C paho.mqtt.c-1.3.4 install
rm -rf paho.mqtt.c-1.3.4
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