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

Install Eclipse C/C++ Juno on Mac OS X

Posted on Sat 07 July 2012 in Mac • Tagged with C++, Eclipse, Mac, mac os x, programming

Description

This tutorial will explain how to install and use Eclipse C/C++ with Mac OS X. I wrote a tutorial for Windows 7 some time ago because you need to install some additional software to be able to compile your programs. With Mac OS X this should be more …


Continue reading

Install Eclipse CDT on Windows 7

Posted on Tue 19 April 2011 in Development • Tagged with C++, Eclipse, mingw, minsys, Windows

How to install Eclipse CDT on Windows 7.

First of all we need a c++ compiler for Windows. The most popular c++ compiler is mingw. You can download it on the sourceforge project page.

We need 2 packages from this page.

1. mingw installer

2. minsys installer

First step is …


Continue reading