Skip to content
Oliver Lau edited this page Aug 21, 2015 · 29 revisions

Welcome to the Qt-SESAM wiki!

Build for Linux

(Works with Xubuntu 14.10, Qt 5.4, GCC 4.9.1)

On your console execute the following commands:

  1. To install missing packages:
sudo apt-get install qtcreator qt5-dev qttools5-dev-tools g++ libcrypto++-dev
  1. To clone the repository (beforehand cd to a directory of your choice to store the cloned repository):
git clone [email protected]: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.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