To build this, make sure you have Qt installed for your platform. Clone this repo, then depending on platform, do the following.
On Windows you will want the most recent version of Visual Studio to build the make files for you. Open the cloned repository with Visual studio, then select 'Build All' under the 'Build' menu on the top task bar. On Linux you can generate the makefiles on the command line. Navigate to the cloned repository directory. Then execute the following commands.mkdir build
cd build
make ..