Skip to content
Oliver Lau edited this page Sep 10, 2015 · 2 revisions

Build for Windows

Prerequisites: Windows 7 or later, Visual Studio C++ Express/Community Edition 2010 or later, Qt 5.4 or later.

In Qt console window do the following:

  1. To clone the repository (beforehand cd to a directory of your choice to store the cloned repository):
git clone git://github.com/ola-ct/Qt-SESAM.git
  1. To enter project directory:
cd Qt-SESAM
  1. To update the language files (currently only for German)
lrelease ctSESAM/ctSESAM.pro

With Qt Creator you can now open the .pro file in newly the created directory "Qt-SESAM".

Accept the proposed Qt project configuration.

Press F5 to compile and run in debug mode.

Clone this wiki locally