-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Welcome to the Qt-SESAM wiki!
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:
- 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
- To enter project directory:
cd Qt-SESAM
- 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.
(Works with Xubuntu 14.10, Qt 5.4, GCC 4.9.1)
On your console execute the following commands:
- To install missing packages:
sudo apt-get install qtcreator qt5-default qttools5-dev-tools g++ libcrypto++-dev
- 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
- To enter project directory:
cd Qt-SESAM
- 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.
Copyright © 2015-2016 Oliver Lau, Heise Medien GmbH & Co. KG.
Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 3 der Lizenz oder (nach Ihrer Wahl) jeder späteren Version.
Diese Software wurde zu Lehr- und Demonstrationszwecken programmiert und ist nicht für den produktiven Einsatz vorgesehen. Der Autor und die Heise Medien GmbH & Co. KG haften nicht für eventuelle Schäden, die aus der Nutzung der Software entstehen, und übernehmen keine Gewähr für ihre Vollständigkeit, Fehlerfreiheit und Eignung für einen bestimmten Zweck.