Commit f14c29ce authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated paho.mqtt.c to 1.3.9

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