LINUX:
======

Install Qt5 libraries and build tools then type the following in a terminal:

qmake
make


Mac OS X:
=========

Install Qt5 libraries and build tools then type the following in a terminal:

qmake -spec macx-g++
make