This is a simple Calculator made using QtCreator.
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
You can simply build the Calculator using only one command. The steps are as follows:
-
Open the terminal and clone the repository in your system with the command :
git clone https://github.com/SurajDadral/Qt_Calculator.git Calculator
-
Enter the Calculator directory with the command :
cd Calculator
-
Now, to make Calculator, run the command:
make
-
To run the Calculator, go to the directory Calculator-build:
cd Calculator-build
-
Run Calculator by typing following command:
./Calculator