Commit 5a92342f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated paho-mqtt-c to 1.3.0

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