Skip to content

SurajDadral/Qt_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt_Calculator

This is a simple Calculator made using QtCreator.

Calculator

Pre-requisites

The code requires the below mentioned packages to run properly on your system:

  • Git
  • make
  • QtCreator

To install the above mentioned packages, run the command :

sudo apt-get install git make qtcreator

Instructions

You can simply build the Calculator using only one command. The steps are as follows:

  1. Open the terminal and clone the repository in your system with the command :

    git clone https://github.com/SurajDadral/Qt_Calculator.git Calculator

  2. Enter the Calculator directory with the command :

    cd Calculator

  3. Now, to make Calculator, run the command:

    make

  4. To run the Calculator, go to the directory Calculator-build:

    cd Calculator-build

  5. Run Calculator by typing following command:

    ./Calculator

About

This is a simple Calculator made using Qml in QtCreator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published