Commit 30f05ce9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf paho.mqtt.c-1.1.0.tar.gz
cd paho.mqtt.c-1.1.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.1.0 install
rm -rf paho.mqtt.c-1.1.0
lib
/usr/lib/lib.*
bin
/usr/bin/.*
headers
/usr/include/.*
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