下载代码
wget clone https://github.com/eclipse/paho.mqtt.c.git
或者
git clone https://github.com/eclipse/paho.mqtt.c.git
进入
cd paho.mqtt.c
编译
make
如果提示出错,安装openssh
sudo apt-get install openssl
sudo apt-get install libssl-dev
安装库
sudo make install