Skip to content

asmaslov/kiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiosk

Training project for the study of embedded systems. Contains an application and scripts for building demo kiosk system.

Main application

Source is located in KioskShell folder. Build it in Release mode using Qt version 5.7.1 or more recent. Project is based on Calqlatr example.

Windows version

Make sure that you have windeployqt.exe in system path. Run deploy.bat. Assembled package will be inside /usr/bin folder only.

Linux version

Download a binary from linuxdeployqt project and rename it to linuxdeployqt. Run deploy.sh. Assembled package will be inside /usr folder.

Embedded system

For Windows version inside customize.xml settings for account user has no password, account admin has password password.

For Linux version no account settings are set in advance.