Framework Build Instructions

Mar 26.

Introduction

The framework code is built using standard C++ tools. We adopt C++11. Unix/Linux/OS X users must use gcc version 4.7.2 or later or clang version 3.1 or later. Windows users will need to use the latest version of MinGW. For an integrated development environment (IDE), we suggest Qt Creator version 2.7.0.

Build the project from command line

Installing MinGW on Windows

Using Qt Creator IDE