Skip to content

enjoysoftware/helloworld-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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