Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 996 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 996 Bytes

HelloWorld GUI

Fork-Free Redistribution-Free Build Status

Cross-platform GUI version of Hello World. This is useful for checking the operation of the GUI.

Demo

HelloWorld GUI Demo Gif

Installation

Please install using Snapcraft.

Get it from the Snap Store

sudo snap install helloworld-gui

Building

Requirements

Qt5(Ubuntu Package: qtbase5-dev, qt5-default)
QtTools5 Development Tools(Ubuntu Package: qttools5-dev-tools)

How to build

First, execute the following command:

qmake

For Ubuntu and Debian, you can build by executing the "make" command as follows.

make