Build Paho MQTT c library on Mac OS X

Posted on Sun 06 April 2014 in MQTT • Tagged with C++, MQTT, Paho

This post describes how to build the Paho MQTT library on Mac OS X with MacPorts openssl.

Prepare your system

Install the compiler

You need Xcode or the Xcode command line utils. If you're not sure if they are already installed open a terminal and try to run the gcc …


Continue reading