Item | Description |
---|---|
QT lib > 4.8 | QT library, higher version than 4.8 |
C++ compiler | Gcc / MinGW / Microsoft C++ compiler |
NSIS install system | Nullsoft Scriptable Install System - release to Windows platform |
IDE with support of c++ | QT creator is recomended, but can be any other applicable |
QT library can be obtained from:
http://qt.nokia.com/downloads/
I used Library download only for Windows (compiled with mingw) / Linux, not whole SDK
QT Creator (IDE) from:
http://qt.nokia.com/downloads/
as well.
C++ compiler - On Linux platform use standard GCC compiler for your distribution
- Download MinGW compiler for Windows platform from:
https://sourceforge.net/projects/mingw/files/
or any other C++ compiler, but do not forget to recompile the QT libraries with this compiler first.
NSIS - download from: http://nsis.sourceforge.net/Download for ability to make an installer for Windows platform.
Wiki: Home
Wiki: Installation script - preparation of the Windows installer